@@ -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
@@ -44,7 +43,6 @@ vortex-error = { workspace = true }
4443vortex-fastlanes = { workspace = true }
4544vortex-flatbuffers = { workspace = true , features = [" file" ] }
4645vortex-fsst = { workspace = true }
47- vortex-gpu = { workspace = true , optional = true }
4846vortex-io = { workspace = true }
4947vortex-layout = { workspace = true }
5048vortex-metrics = { workspace = true }
@@ -78,10 +76,7 @@ tokio = [
7876 " vortex-scan/tokio" ,
7977]
8078zstd = [" dep:vortex-zstd" , " vortex-layout/zstd" ]
81- gpu = [
82- " dep:cudarc" ,
83- " dep:vortex-gpu" ,
84- " vortex-gpu/cuda" ,
85- " vortex-layout/gpu" ,
86- " vortex-scan/gpu" ,
87- ]
79+
80+ [target .'cfg(gpu_unstable)' .dependencies ]
81+ cudarc = { workspace = true }
82+ vortex-gpu = { workspace = true , features = [" cuda" ] }
0 commit comments