cubecl 0.7.0

Multi-platform high-performance compute language extension for Rust.
Documentation
[[bench]]
harness = false
name = "conv2d"
path = "benches/conv2d.rs"
required-features = ["random"]

[[bench]]
harness = false
name = "matmul"
path = "benches/matmul.rs"
required-features = ["random"]

[[bench]]
harness = false
name = "memcpy_async"
path = "benches/memcpy_async.rs"
required-features = ["random"]

[[bench]]
harness = false
name = "unary"
path = "benches/unary.rs"
required-features = ["random"]

[dependencies.cubecl-convolution]
default-features = false
optional = true
version = "0.7.0"

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

[dependencies.cubecl-cpu]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-cuda]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-hip]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-matmul]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-random]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-reduce]
default-features = false
optional = true
version = "0.7.0"

[dependencies.cubecl-runtime]
default-features = false
version = "0.7.0"

[dependencies.cubecl-std]
optional = true
version = "0.7.0"

[dependencies.cubecl-wgpu]
default-features = false
optional = true
version = "0.7.0"

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

[features]
autotune-checks = ["cubecl-runtime/autotune-checks"]
convolution = ["dep:cubecl-convolution"]
cpu = ["cubecl-cpu"]
cuda = ["cubecl-cuda"]
cuda-ptx-wmma = ["cubecl-cuda?/ptx-wmma"]
default = ["std", "stdlib", "matmul", "convolution", "cubecl-core/default", "cubecl-cuda?/default", "cubecl-cpu?/default", "cubecl-hip?/default", "cubecl-wgpu?/default"]
exclusive-memory-only = ["cubecl-wgpu?/exclusive-memory-only"]
hip = ["cubecl-hip"]
hip-rocwmma = ["cubecl-hip?/rocwmma"]
matmul = ["dep:cubecl-matmul"]
profile-tracy = ["cubecl-runtime/profile-tracy", "cubecl-wgpu?/profile-tracy"]
random = ["dep:cubecl-random"]
reduce = ["dep:cubecl-reduce"]
spirv-dump = ["cubecl-wgpu/spirv-dump"]
std = ["cubecl-core/std", "cubecl-wgpu?/std", "cubecl-cuda?/std"]
stdlib = ["cubecl-std"]
template = ["cubecl-core/template"]
wgpu = ["cubecl-wgpu"]
wgpu-msl = ["wgpu", "cubecl-wgpu/msl"]
wgpu-spirv = ["wgpu", "cubecl-wgpu/spirv"]

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

[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "algorithms"]
description = "Multi-platform high-performance compute language extension for Rust."
edition = "2024"
keywords = ["gpu", "cuda", "wgpu", "gpgpu", "tensor"]
license = "MIT OR Apache-2.0"
name = "cubecl"
readme = "README.md"
repository = "https://github.com/tracel-ai/cubecl"
resolver = "2"
version = "0.7.0"