This is the class project repo for CS 259 (High Performance Computing) Fall 2019 taught by Glenn Reinman. The sequential version of the code comes from here. Reddit dataset can be downloaded here. This project is a GPU acceleration of the Graph Convolutional Network.
Team members are: Zongze Li, Yuanhao Jia, Hengda Shi, Jintao Jiang
python3 reddit_preprocess.py
make seq
./gcn-seq cora
make cuda
./gcn-cuda cora
make clean