Skip to content

seemasim/MultiBFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

perform BFS from multiplie sources using Matrix Multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published