Skip to content

Commit dc018fb

Browse files
committed
try v7 as a default
1 parent 8d9ff2a commit dc018fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cuda_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/Rust-GPU/Rust-CUDA"
99
readme = "../../README.md"
1010

1111
[features]
12-
default = ["nvvm-v19"]
12+
default = ["nvvm-v7"]
1313
nvvm-v7 = ["dep:rustc_codegen_nvvm_v7"]
1414
nvvm-v19 = ["dep:rustc_codegen_nvvm_v19"]
1515

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[features]
8-
default = ["nvvm-v19"]
8+
default = ["nvvm-v7"]
99
nvvm-v7 = ["dep:rustc_codegen_nvvm_v7"]
1010
nvvm-v19 = ["dep:rustc_codegen_nvvm_v19"]
1111

0 commit comments

Comments
 (0)