cumath 0.2.7

Cuda-based matrix/vector computations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.cc]
version = "1.0.15"

[features]
default = []
disable_checks = []

[package]
authors = ["ltei"]
build = "build.rs"
description = "Cuda-based matrix/vector computations"
exclude = [".gitignore", ".idea/*", "target/*", "_TRASH/*", "ffi_caller_generator.sh"]
keywords = ["ffi", "wrapper", "cuda", "gpu", "matrix"]
license = "MIT OR Apache-2.0"
name = "cumath"
readme = "README.md"
repository = "https://github.com/Ltei/cumath"
version = "0.2.7"