How to specify Cuda version. #3462
Answered
by
nathanielsimard
hatonosuke
asked this question in
Q&A
-
Hello, I want to use burn-cuda in an environment with CUDA 12.4. Is it possible for users to configure Burn to compile for CUDA version other than 12.5? |
Beta Was this translation helpful? Give feedback.
Answered by
nathanielsimard
Aug 5, 2025
Replies: 1 comment 1 reply
-
It's possible by disabling default-features, but this isn't a great API. I don't recall why we didn't take the option |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hatonosuke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible by disabling default-features, but this isn't a great API. I don't recall why we didn't take the option
cuda-version-from-build-system
. We should fix this