Skip to content

Commit 534b2f9

Browse files
committed
gpu update
Signed-off-by: Joe Isaacs <[email protected]>
1 parent bf51e2b commit 534b2f9

File tree

5 files changed

+1
-163
lines changed

5 files changed

+1
-163
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
target: wasm32-unknown-unknown
176176
env:
177177
rustflags: "RUSTFLAGS='-A warnings --cfg getrandom_backend=\"wasm_js\"'"
178-
args: "--target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd --exclude vortex-gpu"
178+
args: "--target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd"
179179
steps:
180180
- uses: runs-on/action@v2
181181
with:

Cargo.lock

Lines changed: 0 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vortex-file/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,3 @@ tokio = [
7676
]
7777
zstd = ["dep:vortex-zstd", "vortex-layout/zstd"]
7878

79-
[target.'cfg(gpu_unstable)'.dependencies]
80-
cudarc = { workspace = true }
81-
vortex-gpu = { workspace = true, features = ["cuda"] }

vortex-layout/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ vortex-session = { workspace = true }
5555
vortex-utils = { workspace = true, features = ["dashmap"] }
5656
vortex-zstd = { workspace = true, optional = true }
5757

58-
[target.'cfg(gpu_unstable)'.dependencies]
59-
cudarc = { workspace = true }
60-
vortex-gpu = { workspace = true, features = ["cuda"] }
61-
6258
[dev-dependencies]
6359
futures = { workspace = true, features = ["executor"] }
6460
rstest = { workspace = true }

vortex-scan/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,5 @@ default = []
4646
roaring = ["dep:roaring"]
4747
tokio = ["dep:tokio"]
4848

49-
[target.'cfg(gpu_unstable)'.dependencies]
50-
cudarc = { workspace = true }
51-
vortex-gpu = { workspace = true, features = ["cuda"] }
52-
5349
[lints]
5450
workspace = true

0 commit comments

Comments
 (0)