RayBNN_Graph

Crates.ioRayBNN_Graph
lib.rsRayBNN_Graph
version2.0.3
sourcesrc
created_at2023-11-06 20:00:21.086867
updated_at2024-06-18 06:21:12.410949
descriptionGraph Manipulation Library For GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI
homepage
repositoryhttps://github.com/BrosnanYuen/RayBNN_Graph
max_upload_size
id1027194
size57,535
Brosnan Yuen (BrosnanYuen)

documentation

README

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

Commit count: 36

cargo fmt