#opencl #graph #cuda #traverse #sparse

RayBNN_Graph

Graph Manipulation Library For GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI

3 releases (stable)

new 2.0.3 Jun 18, 2024
2.0.1 Jun 5, 2024
0.1.0 Nov 6, 2023

#794 in Math

Download history 27/week @ 2024-02-26 8/week @ 2024-04-01 2/week @ 2024-05-20 136/week @ 2024-06-03 4/week @ 2024-06-10

148 downloads per month
Used in raybnn_neural

GPL-3.0-only

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
~142K SLoC