@@ -19,7 +19,6 @@ all-features = true
1919[dependencies ]
2020async-trait = { workspace = true }
2121bytes = { workspace = true }
22- cudarc = { workspace = true , optional = true }
2322flatbuffers = { workspace = true }
2423futures = { workspace = true , features = [" std" , " async-await" ] }
2524# Needed to pickup the "wasm_js" feature for wasm targets from the workspace configuration
@@ -43,7 +42,6 @@ vortex-error = { workspace = true }
4342vortex-fastlanes = { workspace = true }
4443vortex-flatbuffers = { workspace = true , features = [" file" ] }
4544vortex-fsst = { workspace = true }
46- vortex-gpu = { workspace = true , optional = true }
4745vortex-io = { workspace = true }
4846vortex-layout = { workspace = true }
4947vortex-metrics = { workspace = true }
@@ -77,10 +75,7 @@ tokio = [
7775 " vortex-scan/tokio" ,
7876]
7977zstd = [" dep:vortex-zstd" , " vortex-layout/zstd" ]
80- gpu = [
81- " dep:cudarc" ,
82- " dep:vortex-gpu" ,
83- " vortex-gpu/cuda" ,
84- " vortex-layout/gpu" ,
85- " vortex-scan/gpu" ,
86- ]
78+
79+ [target .'cfg(gpu_unstable)' .dependencies ]
80+ cudarc = { workspace = true }
81+ vortex-gpu = { workspace = true , features = [" cuda" ] }
0 commit comments