Skip to content

Commit

Permalink
update arrow_gpu (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
psvri authored Aug 16, 2024
1 parent 395d4f1 commit 789cc2e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ edition = "2021"
[workspace.dependencies]
pyo3 = { version = "0.22.2", features = ["extension-module"] }
#arrow_gpu = { path="../arrow-gpu/crates/arrow"}
arrow_gpu = { git="https://github.com/psvri/arrow-gpu.git", rev = "2dc3367818c0264f72af4642d85d884ee6d27f41"}
wgpu = "22.0.0"
bytemuck = "1.16.3"
arrow_gpu = { git="https://github.com/psvri/arrow-gpu.git", rev = "f16d71011bf10566d538c90b6bf11e0a08ea779a"}
wgpu = "22.1.0"
bytemuck = "1.17.0"

[profile.release]
debug=1
debug=2

[profile.bench]
debug=1

0 comments on commit 789cc2e

Please sign in to comment.