[[example]]
name = "simple"
required-features = ["opencl"]
[[test]]
name = "switching"
required-features = ["opencl"]
[[test]]
name = "threading_realloc"
required-features = ["realloc"]
[[test]]
name = "realloc"
required-features = ["realloc"]
[build-dependencies]
[dependencies.custos]
default-features = false
features = ["macro"]
version = "0.6.2"
[dependencies.fastrand]
optional = true
version = "1.8.0"
[dependencies.matrixmultiply]
default-features = false
optional = true
version = "0.3.2"
[features]
blas = ["custos/blas"]
cpu = ["custos/cpu"]
cuda = ["custos/cuda"]
default = ["blas", "fastrand", "cpu", "opencl", "static-api", "cuda"]
no-std = ["custos/no-std", "stack"]
opencl = ["custos/opencl", "cpu"]
realloc = ["custos/realloc"]
stack = ["custos/stack"]
static-api = ["custos/static-api"]
[package]
categories = ["mathematics", "science", "no-std"]
description = "Matrix operations with custos"
edition = "2021"
keywords = ["CUDA", "OpenCL", "arrays", "matrices", "deep-learning"]
license = "MIT"
name = "custos-math"
readme = "README.md"
repository = "https://github.com/elftausend/custos-math"
rust-version = "1.65"
version = "0.6.2"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]