[package]
edition = "2021"
name = "scir-gpu"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SciR GPU foundations: device arrays and CUDA (feature-gated) elementwise/FIR kernels with CPU parity."
homepage = "https://github.com/SoftOboros/scir"
documentation = "https://docs.rs/scir-gpu"
readme = "README.md"
keywords = [
"scir",
"scipy",
"cuda",
"gpu",
"wgpu",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/SoftOboros/scir"
[features]
cuda = []
wgpu = []
[lib]
name = "scir_gpu"
path = "src/lib.rs"
[dependencies.ndarray]
version = "0.15"
default-features = false
[dependencies.num-traits]
version = "0.2"
[dev-dependencies.rand]
version = "0.8"