-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
dependencies/cuda: Add support for disabling the cuda runtime #15151
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
base: master
Are you sure you want to change the base?
Conversation
@karolherbst: Could you see if this works for you? I don't have a way to really test Cuda stuff |
|
/cc @SoapGentoo @obilaniu @MaxandreOgeret for general interest in cuda support. Thoughts? |
lgtm its useful too |
53f6553
to
16058d6
Compare
16058d6
to
cd9eb48
Compare
Okay, I set up enough Cuda in a container to be able to do a compile test. I still have no idea if this actually works, and no idea how to write a test for it. |
could take inspirations from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37831 🙃 I'll check your changes tomorrow or so.. but I think the simplest way to check it works is to just have an example program calling into |
No description provided.