cubecl-hip 0.10.0

AMD ROCm HIP runtime for CubeCL
Documentation
# 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 = "2024"
name = "cubecl-hip"
version = "0.10.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
build = false
autolib = 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"
resolver = "2"

[features]
default = [
    "std",
    "cubecl-runtime/default",
    "cubecl-common/default",
    "cubecl-core/default",
]
rocwmma = []
std = [
    "cubecl-runtime/std",
    "cubecl-common/std",
    "cubecl-core/std",
]
tracing = [
    "dep:tracing",
    "cubecl-runtime/tracing",
    "cubecl-common/tracing",
    "cubecl-core/tracing",
]

[lib]
name = "cubecl_hip"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.cubecl-common]
version = "0.10.0"
features = [
    "compilation-cache",
    "std",
    "hash",
]

[dependencies.cubecl-core]
version = "0.10.0"
default-features = false

[dependencies.cubecl-cpp]
version = "0.10.0"
features = ["hip"]
default-features = false

[dependencies.cubecl-hip-sys]
version = "7.1.5280200"

[dependencies.cubecl-runtime]
version = "0.10.0"
features = ["channel-mutex"]
default-features = false

[dependencies.derive-new]
version = "0.7.0"
default-features = false

[dependencies.half]
version = "2.5"
features = [
    "alloc",
    "num-traits",
    "serde",
]
default-features = false

[dependencies.log]
version = "^0.4.22"
default-features = false

[dependencies.paste]
version = "1"

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.tracing]
version = "^0.1.43"
features = ["attributes"]
optional = true
default-features = false

[dev-dependencies.cubecl-core]
version = "0.10.0"
features = ["export_tests"]

[dev-dependencies.cubecl-std]
version = "0.10.0"
features = ["export_tests"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.test-log]
version = "^0.2"
features = ["trace"]
default-features = false

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"
invalid_html_tags = "warn"