gpurs 0.3.0

GPU acceleration/linear algebra crate for scientific computing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.opencl3]
optional = true
version = "0.9.3"

[features]
default = ["gpu_accel"]
gpu_accel = ["dep:opencl3"]

[package]
description = "GPU acceleration/linear algebra crate for scientific computing"
documentation = "https://github.com/i-saac/gpurs/wiki"
edition = "2021"
homepage = "https://github.com/i-saac/gpurs"
license = "Apache-2.0"
name = "gpurs"
readme = "README.md"
repository = "https://github.com/i-saac/gpurs"
version = "0.3.0"