3 releases (stable)
| 2.0.3 | Jun 18, 2024 |
|---|---|
| 2.0.1 | Jun 5, 2024 |
| 0.1.0 | Nov 6, 2023 |
#2753 in Machine learning
148 downloads per month
Used in raybnn_neural
17KB
279 lines
RayBNN_Graph
Graph Manipulation Library For GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI
Install Arrayfire
Install the Arrayfire 3.9.0 binaries at https://arrayfire.com/binaries/
or build from source https://github.com/arrayfire/arrayfire/wiki/Getting-ArrayFire
Add to Cargo.toml
arrayfire = { version = "3.8.1", package = "arrayfire_fork" }
rayon = "1.10.0"
num = "0.4.3"
num-traits = "0.2.19"
half = { version = "2.4.1" , features = ["num-traits"] }
RayBNN_Sparse = "2.0.2"
RayBNN_DataLoader = "2.0.3"
RayBNN_Graph = "2.0.3"
List of Examples
Dependencies
~7.5MB
~146K SLoC