Skip to content

ionicf/ionicf.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of reference implementation of algorithms.


Repository Description
💾 graph-openmp OpenMP-based parallel graph implementation.
💾 pagerank-seq Single-threaded CPU-based PageRank.
💾 pagerank-cuda Switched thread/block-per-vertex CUDA-based PageRank.
💾 pagerank-nvgraph NVIDIA's Graph Library nvGraph PageRank.
⛏️ graph-properties List a few graph properties.
⛏️ graph-generate Perform certain operations upon a fixed graph.


ORG