perform BFS from multiplie sources using Matrix Multiplication
To run BFSUsingmm.cu:
- create csr format of the dataset using python scripts. this will generate 3 files namely: value.txt, indices.txt and indptr.txt
- update the number of nodes and nnz value in the cu code.