cppf / nvgraph.sh

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

Home Page:https://www.npmjs.com/package/nvgraph.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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



About

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

https://www.npmjs.com/package/nvgraph.sh

License:MIT License


Languages

Language:C++ 96.4%Language:C 1.5%Language:Cuda 1.4%Language:Shell 0.8%