We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9ff2a commit dc018fbCopy full SHA for dc018fb
crates/cuda_builder/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/Rust-GPU/Rust-CUDA"
9
readme = "../../README.md"
10
11
[features]
12
-default = ["nvvm-v19"]
+default = ["nvvm-v7"]
13
nvvm-v7 = ["dep:rustc_codegen_nvvm_v7"]
14
nvvm-v19 = ["dep:rustc_codegen_nvvm_v19"]
15
xtask/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
license = "MIT"
6
7
8
0 commit comments