Skip to content

Commit dcb9d39

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 0492b6e commit dcb9d39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ crossterm = "0.29"
9292
cudarc = { version = "0.17.3", features = [
9393
"std",
9494
"driver",
95-
"cuda-12080",
96-
"dynamic-loading",
95+
"cuda-12060",
96+
"dynamic-linking",
9797
], default-features = false }
9898
dashmap = "6.1.0"
9999
datafusion = { version = "50", default-features = false }

vortex-file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-features = true
1919
[dependencies]
2020
async-trait = { workspace = true }
2121
bytes = { workspace = true }
22-
cudarc = { workspace = true, optional = true, features = ["cufile"] }
22+
cudarc = { workspace = true, optional = true, features = ["cufile", "dynamic-linking"] }
2323
flatbuffers = { workspace = true }
2424
futures = { workspace = true, features = ["std", "async-await"] }
2525
# Needed to pickup the "wasm_js" feature for wasm targets from the workspace configuration

0 commit comments

Comments
 (0)