[package] name = "candle-metal-kernels" version = "0.9.2-alpha.2" edition = "2021" description = "Metal kernels for Candle" repository = "https://github.com/huggingface/candle" keywords = ["blas", "tensor", "machine-learning"] categories = ["science"] license = "MIT OR Apache-2.0" [dependencies] half = { version = "2.5.0", features = [ "num-traits", "use-intrinsics", "rand_distr", ] } once_cell = "1.21" thiserror = "2" tracing = "0.1.41" objc2-metal = "0.3.2" objc2 = "0.6.3" objc2-foundation = "0.3.2" [dev-dependencies] clap = { version = "4.5.49", features = ["derive"] } half = { version = "2.7.1", features = [ "num-traits", "use-intrinsics", "rand_distr", ] } anyhow = "1" rand = "0.9.2" rand_distr = "0.5.1" [profile.profiling] inherits = "release" debug = 2