mirror of https://github.com/opencv/opencv.git
This is a workaround for GPU hang on heavy convolution workload (> 10 GFLOPS). e.g. ResNet101_DUC_HDC For the long time task, vkWaitForFences() return without error but next call on vkQueueSubmit() return -4, i.e. "VK_ERROR_DEVICE_LOST" and driver reports GPU hang. Need more investigation on root cause of GPU hang and need to optimize convolution shader to reduce process time.pull/12985/head
parent
34e9d1eb3c
commit
33c9d57c6f
1 changed files with 26 additions and 0 deletions
Loading…
Reference in new issue