-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Optional cuda/dnn? #52
Comments
@atanisoft |
Yup, it's not included by default on Gentoo sadly. I tried to included it but ran into a few other blockers on the Gentoo side and didn't go too much further on that aspect. |
I see! |
I'll need to dig into that, I've got a couple items on my plate taking priority but once I get those out of the way I'll see what I can come up with. I'm thinking some build options that can be used to include/exclude features, these would be passed into the code to include/exclude imports. At least that is my initial thinking, the options can be on by default and have an option to disable I'm thinking. Thoughts? |
Is it possible to make cuda and dnn optional includes? These are not available by default on Gentoo and both depend solely on Nvidia cards locking the functionality out of AMD users.
Perhaps adding opencl as alternative?
The text was updated successfully, but these errors were encountered: