File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
99101dashmap = " 6.1.0"
100102datafusion = { version = " 50" , default-features = false }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ version = { workspace = true }
1515publish = false
1616
1717[dependencies ]
18- cudarc = { workspace = true , features = [ " f16 " ] }
18+ cudarc = { workspace = true }
1919itertools = { workspace = true }
2020parking_lot = { workspace = true }
2121vortex-alp = { workspace = true }
@@ -30,7 +30,6 @@ vortex-utils = { workspace = true }
3030
3131[dev-dependencies ]
3232criterion = { version = " 0.7" , features = [" html_reports" ] }
33- cudarc = { workspace = true , features = [" f16" ] }
3433rand = { workspace = true }
3534rstest = { workspace = true }
3635vortex-array = { workspace = true , features = [" test-harness" ] }
You can’t perform that action at this time.
0 commit comments