mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
28 lines
684 B
TOML
28 lines
684 B
TOML
[package]
|
|
name = "luminal_metal_super"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
description = "Metal compiler for luminal"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
egg = "0.9.5"
|
|
itertools = "0.12.1"
|
|
luminal = { path = "../.." }
|
|
metal-rs = { version = "0.27.0", package = "metal", features = ["mps"] }
|
|
num-traits = "0.2.18"
|
|
regex = "1.10.4"
|
|
rustc-hash = "1.1.0"
|
|
serde = "1.0.202"
|
|
serde_json = "1.0.117"
|
|
unzip3 = "1.0.0"
|
|
|
|
[dev-dependencies]
|
|
dfdx = { version = "0.13", features = ["f16"] }
|
|
paste = "1.0.14"
|
|
rand = "0.8.5"
|
|
luminal_nn = {path="../../crates/luminal_nn"}
|
|
candle-core = "0.5.0"
|