Skip to content
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

Open
atanisoft opened this issue Sep 4, 2024 · 4 comments
Open

Optional cuda/dnn? #52

atanisoft opened this issue Sep 4, 2024 · 4 comments

Comments

@atanisoft
Copy link

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?

@ryoppippi
Copy link
Owner

@atanisoft
Sorry for my late reply?
So currently because of cuda import, you cannot use zigcv right?

@atanisoft
Copy link
Author

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.

@ryoppippi
Copy link
Owner

I see!
Can you send a PR?

@atanisoft
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants