-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having issues with r3.1,... #6
Comments
Just tested with r3.2:
|
NCNN is already static linked in vsw2xnvk.dll, and Vulkan runtime is included in graphics card driver, no other dependency is required. I can’t reproduce this issue on my computer. Based on your test result, I guess the problem is occurred in ncnn::destroy_gpu_instance(). Some NCNN user reported they have segfault in Vulkan API when NCNN implicit excuting ncnn::destroy_gpu_instance(), NCNN developer replied a workaround is call ncnn::destroy_gpu_instance() explicitly. And one of the changes in the R3.1 is to change the calling method from explicit to implicit. Could you help me test this attachment? w2xnvk-test.zip (SHA-256: 126ADEF0E0F4B1D5B80DCFF3E805A3F0CD91DD03F5455D846E7FBF8F36594A6C) |
No problem, happy to help. |
A new version is released. Thanks for report. |
and
VSPipe.exe --info c:\Users\Selur\Desktop\test.vpy -
I get:
and everything freezes.
replacing the vsw2xnvk.dll with the one from r3 everything works fine an no freezing.
Any idea what my cause this?
I'm a using Geforce GTX 1070ti 8GB VRAM (driver version 466.47) on Win10 x64 21H1 (19043.1023) with 32GB RAM and a Ryzen 7 1800x.
Is there some missing dependency for newer ncnn/vulkan I might lack on my system?
Cu Selur
Ps.: completely uninstalling and reinstalling the nvidia drivers didn't help either. (switching to 'Studio drivers' didn't either)
The text was updated successfully, but these errors were encountered: