gam-gpu 0.3.127

GPU (CUDA/NVRTC) dispatch, device runtime, and BLAS kernels for the gam penalized-likelihood engine
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 = "gam-gpu"
version = "0.3.127"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU (CUDA/NVRTC) dispatch, device runtime, and BLAS kernels for the gam penalized-likelihood engine"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

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

[dependencies.faer]
version = "0.24.0"

[dependencies.gam-linalg]
version = "=0.3.127"

[dependencies.gam-runtime]
version = "=0.3.127"

[dependencies.libloading]
version = "0.8.9"

[dependencies.libm]
version = "0.2.16"

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.17.2"
features = [
    "serde",
    "rayon",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
features = ["float_roundtrip"]

[dev-dependencies]

[target.'cfg(target_os = "linux")'.dependencies.cudarc]
version = "0.19.6"
features = [
    "std",
    "driver",
    "runtime",
    "nvrtc",
    "cublas",
    "cublaslt",
    "cusparse",
    "cusolver",
    "cusolvermg",
    "curand",
    "nvtx",
    "cupti",
    "fallback-dynamic-loading",
    "cuda-12080",
]
default-features = false

[lints.rust]
warnings = "deny"