UMD-ARLIS / Graph-Benchmarking-Project

This repository contains work towards creating a comprehensive cross-platform graph processing benchmark for Community Detection and Subgraph Isomorphism problems. The repository is NOT YET COMPLETE and should not be used outside of a preliminary development perspective.
2 stars 0 forks source link

Louvain GPU Sequential Needs cleanup #29

Open osullik opened 1 year ago

osullik commented 1 year ago

the Gunrock Louvain GPU directory needs a cleanup:

  1. Delete the test and sample data, or move it to the Data Directory at the root.
  2. Add link to the gunrock github repo we took this from & appropriate information to cite both the repo and the underlying paper to README.
osullik commented 1 year ago

@nani-r has cloned a clean gunrock instance onto the server. Actions from here (limited to the gunrock_integration branch):

  1. Commit the clean build of Gunrock to Github
  2. Build and make modifications to ensure it is working.
  3. Commit the built and Working version to the gunrock_integration branch
  4. Determine the changes we need to make pre-build to prevent us from having to update code post-build.
  5. Merge into Main.