cudarc 0.9.9

Safe wrappers around CUDA apis
Documentation
[dependencies.half]
default-features = false
features = []
optional = true
version = "2.2.1"

[dependencies.no-std-compat]
features = ["alloc"]
optional = true
version = "0.4.1"

[dependencies.spin]
default-features = false
features = ["rwlock"]
optional = true
version = "0.9.8"

[features]
ci-check = []
cublas = ["driver"]
cudnn = ["driver"]
curand = ["driver"]
default = ["std", "driver", "nvrtc", "cublas", "curand"]
driver = ["nvrtc"]
f16 = ["dep:half"]
no-std = ["no-std-compat/std", "dep:spin"]
nvrtc = []
static-linking = []
std = []

[package]
description = "Safe wrappers around CUDA apis"
documentation = "https://docs.rs/cudarc"
edition = "2021"
homepage = "https://github.com/coreylowman/cudarc"
keywords = ["cuda", "nvidia", "gpu", "nvrtc", "cublas"]
license = "MIT OR Apache-2.0"
name = "cudarc"
readme = "README.md"
repository = "https://github.com/coreylowman/cudarc"
version = "0.9.9"
[package.metadata.docs.rs]
features = ["ci-check", "f16", "cudnn"]