• 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
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...