-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Python ncnn with vulkan #5020
Python ncnn with vulkan #5020
Conversation
* add option for enabling vulkan in setup.py * load winograd type options for pybind.
…etup prepare for building wheels with vulkan
…etup Update setup.py
…etup enable the usage of humbletim/install-vulkan-sdk in ci
…com/Hideousmon/ncnn into compile-vulkan-in-ncnn-python-setup
…etup Compile vulkan in ncnn python setup
…etup Update CMakeLists.txt
…etup Update CMakeLists.txt
…etup Update CMakeLists.txt
Found that the building process goes well when resetting -G "Visual Studio 16 2019" -A Win32 for Cmake on x86 Windows. Some improvements again. 😅 |
Finally, it works well on all the platforms.
Updated troubleshooting: https://github.com/Hideousmon/ncnn-gpu-pre-verification/blob/main/troubleshooting.md |
Updated release test for a966dda: |
Updated release test for 7e9ed71 [[email protected] -> v2.16.2]: |
Thanks for your contribution ! |
Enable the usage of Vulkan with Python wheels. Details and troubleshooting can be found at ncnn-gpu-pre-verification.