singe-cusolver-sys 0.1.0-alpha.5

Low-level FFI bindings for the NVIDIA cuSOLVER dense and sparse solver library.
Documentation
[package]
name = "singe-cusolver-sys"
description = "Low-level FFI bindings for the NVIDIA cuSOLVER dense and sparse solver library."
version = "0.1.0-alpha.5"
edition.workspace = true
repository.workspace = true
license-file = "../LICENSE"
readme = "README.md"
keywords = ["cuda", "cusolver", "bindings", "ffi"]
include.workspace = true

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

[features]
default = ["cusolver_13_2"]

cusolver_13_2 = ["singe-cuda-sys/runtime_13_2"]

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

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