opencv/modules/dnn
Wu Zhiwen 33c9d57c6f dnn/Vulkan: skip heavy convolution task
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.
2018-11-07 16:38:36 +08:00
..
cmake/hooks dnn: make OpenCL DNN code optional 2018-03-01 12:12:40 +03:00
include/opencv2 Merge pull request #12703 from wzw-intel:vkcom 2018-10-29 17:51:26 +03:00
misc dnn(tensorflow): re-generate files using protoc 2018-09-12 21:33:45 +03:00
perf Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-15 20:15:42 +00:00
src dnn/Vulkan: skip heavy convolution task 2018-11-07 16:38:36 +08:00
test Merge pull request #12703 from wzw-intel:vkcom 2018-10-29 17:51:26 +03:00
CMakeLists.txt Fix #12542 (#12603) 2018-09-26 16:08:51 +03:00