Skip to content

Commit 9302377

Browse files
committed
cargofeatures
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 681f76a commit 9302377

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ cudarc = { version = "0.17.3", features = [
9595
"driver",
9696
"cuda-12080",
9797
"dynamic-loading",
98+
"f16",
99+
"nvrtc"
98100
], default-features = false }
99101
dashmap = "6.1.0"
100102
datafusion = { version = "50", default-features = false }

vortex-gpu/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = { workspace = true }
1515
publish = false
1616

1717
[dependencies]
18-
cudarc = { workspace = true, features = ["f16"] }
18+
cudarc = { workspace = true }
1919
itertools = { workspace = true }
2020
parking_lot = { workspace = true }
2121
vortex-alp = { workspace = true }
@@ -30,7 +30,6 @@ vortex-utils = { workspace = true }
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.7", features = ["html_reports"] }
33-
cudarc = { workspace = true, features = ["f16"] }
3433
rand = { workspace = true }
3534
rstest = { workspace = true }
3635
vortex-array = { workspace = true, features = ["test-harness"] }

0 commit comments

Comments
 (0)