cubecl-wgpu 0.9.0

WGPU runtime for the CubeCL
Documentation
[build-dependencies.cfg_aliases]
version = "0.2.1"

[dependencies.ash]
optional = true
version = "0.38"

[dependencies.async-channel]
version = "2.3"

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cubecl-common]
default-features = false
version = "=0.9.0"

[dependencies.cubecl-core]
default-features = false
version = "=0.9.0"

[dependencies.cubecl-cpp]
features = ["metal"]
optional = true
version = "=0.9.0"

[dependencies.cubecl-ir]
default-features = false
version = "=0.9.0"

[dependencies.cubecl-runtime]
default-features = false
features = ["channel-mutex", "std"]
version = "=0.9.0"

[dependencies.cubecl-spirv]
optional = true
version = "=0.9.0"

[dependencies.derive-new]
default-features = false
version = "0.7.0"

[dependencies.derive_more]
default-features = false
version = "2"

[dependencies.half]
default-features = false
features = ["alloc", "num-traits", "serde"]
version = "2.5"

[dependencies.hashbrown]
version = "0.15.5"

[dependencies.log]
default-features = false
version = "^0.4.22"

[dependencies.sanitize-filename]
optional = true
version = "0.6"

[dependencies.tracel-ash]
optional = true
version = "0.38.0"

[dependencies.tracing]
default-features = false
features = ["attributes"]
optional = true
version = "^0.1.43"

[dependencies.tracy-client]
optional = true
version = "0.18.0"

[dev-dependencies.cubecl-core]
features = ["export_tests"]
version = "=0.9.0"

[dev-dependencies.cubecl-std]
features = ["export_tests"]
version = "=0.9.0"

[dev-dependencies.half]
default-features = false
features = ["alloc", "num-traits", "serde"]
version = "2.5"

[dev-dependencies.paste]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "^0.2"

[features]
default = ["cubecl-runtime/default", "cubecl-common/default", "cubecl-core/default"]
exclusive-memory-only = ["cubecl-runtime/exclusive-memory-only"]
msl = ["cubecl-cpp/metal"]
profile-tracy = ["tracy-client"]
spirv = ["cubecl-spirv", "ash", "tracel-ash"]
spirv-dump = ["std"]
std = ["cubecl-runtime/std", "cubecl-common/std", "cubecl-core/std", "sanitize-filename"]
tracing = ["dep:tracing", "cubecl-runtime/tracing", "cubecl-common/tracing", "cubecl-core/tracing"]

[lib]
name = "cubecl_wgpu"
path = "src/lib.rs"

[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "WGPU runtime for the CubeCL"
edition = "2024"
keywords = ["gpu", "wgpu", "webgpu", "gpgpu"]
license = "MIT OR Apache-2.0"
name = "cubecl-wgpu"
readme = "README.md"
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-wgpu"
resolver = "2"
version = "0.9.0"

[target.'cfg(not(target_os = "macos"))'.dependencies.wgpu]
features = ["fragile-send-sync-non-atomic-wasm"]
version = "26.0.0"

[target.'cfg(target_os = "macos")'.dependencies.wgpu]
features = ["vulkan-portability", "fragile-send-sync-non-atomic-wasm"]
version = "26.0.0"