JustAPerson / 6.886

Final Project for MIT's 6.886 in Spring 2018 (https://people.csail.mit.edu/jshun/6886-s18/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuGra - CUDA Graph Framework

Building

cuGra is written with Rust. Their homepage includes installation instructions:

curl https://sh.rustup.rs -sSf | sh

Afterwards, cuGra is simply built and ran with

cargo build --release
cargo run --bin simple_bfs -- ./examples/rMatGraph_J_5_100

About

Final Project for MIT's 6.886 in Spring 2018 (https://people.csail.mit.edu/jshun/6886-s18/)


Languages

Language:Rust 87.9%Language:Cuda 12.1%