# 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 = "cubecl-hip" version = "0.3.0" authors = ["nathanielsimard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AMD ROCm HIP runtime for CubeCL" readme = "README.md" keywords = [ "gpu", "amd", "rocm", "hip", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-hip" [lib] name = "cubecl_hip" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16.1" [dependencies.cubecl-common] version = "0.3.0" [dependencies.cubecl-core] version = "0.3.0" default-features = false [dependencies.cubecl-cpp] version = "0.3.0" features = ["hip"] default-features = false [dependencies.cubecl-hip-sys] version = "0.0.5" features = ["rocm_622"] default-features = false [dependencies.cubecl-runtime] version = "0.3.0" features = ["channel-mutex"] 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.cubecl-core] version = "0.3.0" features = ["export_tests"] [dev-dependencies.cubecl-linalg] version = "0.3.0" features = ["export_tests"] [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [ "cubecl-runtime/default", "cubecl-common/default", "cubecl-core/default", ] std = [ "cubecl-runtime/std", "cubecl-common/std", "cubecl-core/std", ]