singe-cutensor-sys 0.1.0-alpha.7

Low-level FFI bindings for the NVIDIA cuTENSOR tensor algebra library.
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 = "singe-cutensor-sys"
version = "0.1.0-alpha.7"
build = "build.rs"
include = [
    "**/*.rs",
    "Cargo.toml",
    "dist",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for the NVIDIA cuTENSOR tensor algebra library."
readme = "README.md"
keywords = [
    "cuda",
    "cutensor",
    "bindings",
    "ffi",
]
license-file = "LICENSE"
repository = "https://github.com/tinrab/singe"

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

[features]
cutensor_2_6 = [
    "singe-cuda-sys/runtime_13_3",
    "singe-nccl-sys/nccl_2_28",
]
default = [
    "cutensor_2_6",
    "mp",
    "mg",
]
mg = []
mp = []

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

[dependencies.num_enum]
version = "0.7.6"

[dependencies.singe-cuda-sys]
version = "0.1.0-alpha.8"

[dependencies.singe-nccl-sys]
version = "0.1.0-alpha.7"

[build-dependencies.anyhow]
version = "1.0.102"

[build-dependencies.singe-cuda-find]
version = "0.1.0-alpha.8"