-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Custom cuda version usage #195
Comments
Sorry, I don't quite get you language. I am guessing that you want to extract the cuda toolkit to a non-standard path (that is, without instlalling), Then you can use call |
can i download the cuda and compile using bazel? |
Previous method change where the rules_cuda/cuda/private/repositories.bzl Lines 28 to 82 in 1a2ec3d
So the answer is yes and no. bazel does not compile, instead, it drives the compilation. |
So by override the default cuda toolkit search path, and still relying the detecting machenism, you don't need do anything. Otherwise it should be treated as a bug. |
My Laptop uses cuda 11.7 and i want to use Cuda 12 , Is there a way to use cuda 12.x without local installing can i download tar.gz using bazel
The text was updated successfully, but these errors were encountered: