cubecl-std 0.9.0-pre.6

CubeCL Standard Library.
Documentation
[package]
authors = [
    "nathanielsimard <nathaniel.simard.42@gmail.com>",
    "louisfd <louisfd94@gmail.com>",
    "maxtremblay <t.maxime@pm.me>",
]
categories = ["science", "mathematics", "algorithms"]
description = "CubeCL Standard Library."
edition.workspace = true
keywords = []
license.workspace = true
name = "cubecl-std"
readme.workspace = true
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-std"
version.workspace = true

[features]
export_tests = []

[dependencies]

cubecl-common = { path = "../cubecl-common", version = "=0.9.0-pre.6", default-features = false }
cubecl-core = { path = "../cubecl-core", version = "=0.9.0-pre.6", default-features = false }
cubecl-runtime = { path = "../cubecl-runtime", version = "=0.9.0-pre.6", default-features = false }
half.workspace = true
num-traits = { workspace = true }
paste = { workspace = true }
serde = { workspace = true }
variadics_please = { workspace = true }

# no_std compat
foldhash = { workspace = true }
spin = { workspace = true }