• Wu Zhiwen's avatar
    dnn/Vulkan: skip heavy convolution task · 33c9d57c
    Wu Zhiwen authored
    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.
    33c9d57c
Name
Last commit
Last update
..
calib3d Loading commit data...
core Loading commit data...
dnn Loading commit data...
features2d Loading commit data...
flann Loading commit data...
gapi Loading commit data...
highgui Loading commit data...
imgcodecs Loading commit data...
imgproc Loading commit data...
java Loading commit data...
js Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videoio Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...