[dependencies.bitflags]
features = ["serde"]
version = "2.9.1"
[dependencies.cubecl-common]
default-features = false
version = "=0.9.0"
[dependencies.cubecl-core]
version = "=0.9.0"
[dependencies.cubecl-opt]
version = "=0.9.0"
[dependencies.cubecl-runtime]
default-features = false
features = ["channel-mutex"]
version = "=0.9.0"
[dependencies.half]
default-features = false
features = ["alloc", "num-traits", "serde"]
version = "2.5"
[dependencies.hashbrown]
version = "0.15.5"
[dependencies.rspirv]
package = "tracel-rspirv"
version = "0.12.0"
[features]
default = ["std", "cubecl-common/default", "cubecl-core/default", "cubecl-runtime/default"]
std = ["cubecl-common/std", "cubecl-core/std", "cubecl-runtime/std"]
tracing = ["cubecl-runtime/tracing", "cubecl-common/tracing", "cubecl-core/tracing", "cubecl-opt/tracing"]
[lib]
name = "cubecl_spirv"
path = "src/lib.rs"
[package]
authors = ["Genna Wingert"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "SPIR-V compiler for CubeCL"
edition = "2024"
keywords = ["gpu", "compiler"]
license = "MIT OR Apache-2.0"
name = "cubecl-spirv"
readme = "README.md"
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-spirv"
resolver = "2"
version = "0.9.0"