Skip to content

SEP-Graph-source-code

Pre-release
Pre-release
Compare
Choose a tag to compare
@hwang121 hwang121 released this 07 Dec 03:15
· 3 commits to master since this release
9d36a80

This release includes the source code of the PPoPP'19 paper "SEP-Graph: Finding Shortest Execution Paths for Graph Processing under a Hybrid Framework on GPU ". The artifact evaluation is excluded in this release but is put into the release of SEP-Graph-AE separately.

SEP-Graph is an open-source framework for graph processing on GPU. It supports the graph algorithms to be implemented as the combinations of Sync. or Async execution mode, Pull or Push communication method, and Data-driven or Topology-driven vertex traversing mechanism. At runtime, SEP-Graph will try to find the shortest execution path of a graph algorithm in each iteration.

This work is designed, implemented, and maintained by the High Performance Computing and Software Lab, led by Professor Xiaodong Zhang from the Department of Computer Science and Engineering, Ohio State University.