amari-gpu 0.9.4

GPU acceleration for mathematical computations
Documentation
[dependencies.amari-core]
features = ["std", "phantom-types"]
version = "0.9"

[dependencies.amari-info-geom]
features = ["std"]
version = "0.9"

[dependencies.amari-network]
features = ["std"]
version = "0.9"

[dependencies.amari-relativistic]
features = ["std", "phantom-types"]
version = "0.9"

[dependencies.bytemuck]
features = ["derive"]
version = "1.14"

[dependencies.futures]
version = "0.3"

[dependencies.nalgebra]
version = "0.32"

[dependencies.pollster]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.wgpu]
version = "0.19"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.0"

[features]
default = []
high-precision = ["amari-core/high-precision", "amari-relativistic/high-precision"]
std = ["amari-core/std", "amari-relativistic/std", "amari-info-geom/std"]
webgpu = ["wgpu/webgpu"]

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

[package]
authors = ["Amari Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "GPU acceleration for mathematical computations"
edition = "2021"
homepage = "https://github.com/justinelliottcobb/Amari"
keywords = ["gpu-computing", "webgpu", "parallel", "performance", "mathematics"]
license = "MIT OR Apache-2.0"
name = "amari-gpu"
readme = false
repository = "https://github.com/justinelliottcobb/Amari"
version = "0.9.4"

[[test]]
name = "verification_integration"
path = "tests/verification_integration.rs"

[[test]]
name = "webgpu_info_geom"
path = "tests/webgpu_info_geom.rs"