matrix_operations_cuda 0.1.2

A library to perform matrix operations using cuda
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cuda-config"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee74643f7430213a1a78320f88649de309b20b80818325575e393f848f79f5d"
dependencies = [
 "glob",
]

[[package]]
name = "cuda-driver-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d4c552cc0de854877d80bcd1f11db75d42be32962d72a6799b88dcca88fffbd"
dependencies = [
 "cuda-config",
]

[[package]]
name = "glob"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"

[[package]]
name = "matrix_operations"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba7e4bad3fa1587a27d227859b00633627bd937025290c7b94bbfa4ac1dd9ef7"

[[package]]
name = "matrix_operations_cuda"
version = "0.1.2"
dependencies = [
 "cuda-driver-sys",
 "matrix_operations",
]