Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
/ nvgraph.sh Public archive

CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.

License

Notifications You must be signed in to change notification settings

cppf/nvgraph.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.



References