You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried a lot of C++ projects that use ncnn with great success and without any issues (thank you!). However, I would like to use Python bindings for my own project and discovered that I can't get them to recognize my GPU.
I have tried the bindings provided by this project, installed with pip, compiled various projects found on github that provide their own bindings for their ncnn projects, as well as created my own bindings with both Pybind11 and SWIG. Every time I get the same result:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have tried a lot of C++ projects that use ncnn with great success and without any issues (thank you!). However, I would like to use Python bindings for my own project and discovered that I can't get them to recognize my GPU.
I have tried the bindings provided by this project, installed with
pip
, compiled various projects found on github that provide their own bindings for their ncnn projects, as well as created my own bindings with both Pybind11 and SWIG. Every time I get the same result:Instead of finding all available GPU devices
ncnn will only find the integrated Intel device
This happens every time I use ncnn through Python.
I'm trying to understand why this happens and if there is a solution to this problem. Any insight would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions