# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "burn-cuda" version = "0.15.0" authors = ["nathanielsimard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CUDA backend for the Burn framework" documentation = "https://docs.rs/burn-cuda" readme = "README.md" keywords = [ "deep-learning", "machine-learning", "gpu", "cuda", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda" [package.metadata.docs.rs] features = ["doc"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_cuda" path = "src/lib.rs" [dependencies.burn-fusion] version = "0.15.0" optional = true [dependencies.burn-jit] version = "0.15.0" default-features = false [dependencies.burn-tensor] version = "0.15.0" features = ["cubecl-cuda"] [dependencies.bytemuck] version = "1.19.0" [dependencies.cubecl] version = "0.3.0" features = ["cuda"] default-features = false [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.half] version = "2.4.1" features = [ "alloc", "num-traits", "serde", ] default-features = false [dependencies.log] version = "0.4.22" default-features = false [dev-dependencies.burn-jit] version = "0.15.0" features = ["export_tests"] default-features = false [features] autotune = ["burn-jit/autotune"] default = [ "fusion", "burn-jit/default", "cubecl/default", ] doc = ["burn-jit/doc"] fusion = [ "burn-fusion", "burn-jit/fusion", ] std = [ "burn-jit/std", "cubecl/std", ]