[package]
edition = "2024"
rust-version = "1.85"
name = "baracuda-cutensor"
version = "0.0.1-alpha.68"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for NVIDIA cuTENSOR. Scaffolding at v0.1."
homepage = "https://github.com/ciresnave/baracuda"
readme = "README.md"
keywords = [
"cuda",
"gpu",
"nvidia",
"driver",
"runtime",
]
categories = [
"api-bindings",
"external-ffi-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"
[lib]
name = "baracuda_cutensor"
path = "src/lib.rs"
[[test]]
name = "contract_gemm"
path = "tests/contract_gemm.rs"
[[test]]
name = "gpu_smoke"
path = "tests/gpu_smoke.rs"
[dependencies.baracuda-core]
version = "0.0.1-alpha.68"
[dependencies.baracuda-cutensor-sys]
version = "0.0.1-alpha.68"
[dependencies.baracuda-types]
version = "0.0.1-alpha.68"
[dependencies.thiserror]
version = "1"
[dev-dependencies]
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "deny"
unreachable_pub = "warn"