[package]
edition = "2021"
rust-version = "1.75"
name = "baracuda-cusolver"
version = "0.0.1-alpha.2"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for NVIDIA cuSOLVER (dense LU factorization at v0.1)."
homepage = "https://github.com/ciresnave/baracuda"
readme = false
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_cusolver"
path = "src/lib.rs"
[[test]]
name = "gpu_smoke"
path = "tests/gpu_smoke.rs"
[dependencies.baracuda-core]
version = "0.0.1-alpha.2"
[dependencies.baracuda-cuda-sys]
version = "0.0.1-alpha.2"
[dependencies.baracuda-cusolver-sys]
version = "0.0.1-alpha.2"
[dependencies.baracuda-driver]
version = "0.0.1-alpha.2"
[dependencies.baracuda-types]
version = "0.0.1-alpha.2"
[dependencies.thiserror]
version = "1"