Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 290 Bytes

File metadata and controls

6 lines (5 loc) · 290 Bytes

MultiBFS

perform BFS from multiplie sources using Matrix Multiplication

To run BFSUsingmm.cu:

  1. create csr format of the dataset using python scripts. this will generate 3 files namely: value.txt, indices.txt and indptr.txt
  2. update the number of nodes and nnz value in the cu code.