CLI for nvGraph, which is a GPU-based graph analytics library written by
NVIDIA, using CUDA.
📦 NPM,
:smiley_cat: GitHub,
:scroll: Files,
:blue_book: Wiki.
This is for running nvGraph functions right from the CLI with graphs in
MatrixMarket format (.mtx) directly. It just needs a x86_64 linux machine
with NVIDIA GPU drivers installed. Execution time, along with the results
can be saved in JSON/YAML file. The packaging code is written in Node.js.
You can install this with npm install -g nvgraph.sh
.
- nvGraph pagerank example, EN605.617, JHU-EP-Intro2GPU
- nvGraph pagerank example, CUDA Toolkit Documentation
- nvGraph Library User's Guide
- RAPIDS nvGraph NVIDIA graph library