[package] authors = ["nathanielsimard "] edition.workspace = true license.workspace = true name = "custom-cubecl-kernel" publish = false version.workspace = true [lints] workspace = true [dependencies] burn = { workspace = true, features = [ "autodiff", "wgpu", "autotune", "template", "extension" ] } burn-cubecl = { workspace = true, features = ["default"] } cubecl = { workspace = true, features = ["wgpu"] } # TODO: for now it's just to shut up clippy and the rust-analyzer due to workspace features, # but the example should show how to add a custom up wrapper with fusion. burn-fusion = { workspace = true, features = ["default"] } # Serialization log = { workspace = true } serde = { workspace = true, features = ["std", "derive"] }