Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
805 changes: 475 additions & 330 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rust-version = "1.89"
version = "0.1.0"

[workspace.dependencies]
anyhow = "1.0.95"
anyhow = "1.0.97"
arbitrary = "1.3.2"
arc-swap = "1.8"
arcref = "0.2.0"
Expand All @@ -108,6 +108,7 @@ bit-vec = "0.8.0"
bitvec = "1.0.1"
bytes = "1.11.1"
bzip2 = "0.6.0"
cargo_metadata = "0.23.1"
cbindgen = "0.29.0"
cc = "1.2"
cfg-if = "1.0.1"
Expand Down
1 change: 1 addition & 0 deletions vortex-compute/src/take/slice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use vortex_dtype::UnsignedPType;
use crate::take::Take;

#[doc(hidden)]
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
pub mod avx2;
pub mod portable;

Expand Down
1 change: 1 addition & 0 deletions vortex-cuda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ readme = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions vortex-cuda/cub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ readme = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
publish = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions vortex-cuda/nvcomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ readme = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
publish = false

[lints]
workspace = true
Expand Down
Loading
Loading