singe-cutensor-sys 0.1.0-alpha.7

Low-level FFI bindings for the NVIDIA cuTENSOR tensor algebra library.
Documentation
[package]
name = "singe-cutensor-sys"
description = "Low-level FFI bindings for the NVIDIA cuTENSOR tensor algebra library."
version = "0.1.0-alpha.7"
edition.workspace = true
repository.workspace = true
license-file = "../LICENSE"
readme = "README.md"
keywords = ["cuda", "cutensor", "bindings", "ffi"]
include.workspace = true

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "dist/katex_header.html"]

[features]
default = ["cutensor_2_6", "mp", "mg"]

cutensor_2_6 = ["singe-cuda-sys/runtime_13_3", "singe-nccl-sys/nccl_2_28"]

mp = []
mg = []

[dependencies]
singe-cuda-sys.workspace = true
singe-nccl-sys.workspace = true
num_enum.workspace = true

[build-dependencies]
singe-cuda-find.workspace = true
anyhow.workspace = true