#opencl #graph #sparse #cuda #traverse #graph-traversal

RayBNN_Graph

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

3 releases (stable)

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

#433 in Machine learning

Download history 5/week @ 2024-07-02 8/week @ 2024-07-09 2/week @ 2024-09-17 11/week @ 2024-09-24 5/week @ 2024-10-01

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

~7MB
~141K SLoC