Files
qdrant/lib/gpu/Cargo.toml
qdrant-cloud-bot 6812e6fbfb Update gpu-allocator to v0.28.0 (#8583)
Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 12:04:13 +02:00

29 lines
607 B
TOML

[package]
name = "gpu"
version = "0.1.0"
authors = [
"Qdrant Team <info@qdrant.tech>",
]
license = "Apache-2.0"
edition = "2024"
[lints]
workspace = true
[features]
gpu = [
"dep:ash",
"dep:gpu-allocator",
"dep:shaderc",
]
testing = []
[dependencies]
ash = { version = "0.38.0", optional = true, default-features = false, features = ["loaded", "debug"] }
gpu-allocator = { version = "0.28.0", optional = true }
shaderc = { version = "0.10.1", optional = true, features = ["build-from-source"]}
zerocopy = { workspace = true }
log = { workspace = true }
parking_lot = { workspace = true }