burn/examples/custom-wgpu-kernel/Cargo.toml

19 lines
507 B
TOML
Raw Normal View History

[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
edition.workspace = true
license.workspace = true
name = "custom-wgpu-kernel"
publish = false
version.workspace = true
[dependencies]
burn = {path = "../../crates/burn", default-features = false, features=["autodiff", "wgpu", "autotune"]}
# Serialization
log = {workspace = true}
serde = {workspace = true, features = ["std", "derive"]}
# Wgpu internal dependencies
derive-new = { workspace = true }
bytemuck = { workspace = true }