Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rocSPARSE bug causing progress issues
Issues: o Ellpack progress tests were failing for rocSPARSE build o Progress benchmark was also failing for N>=6000 Fix: o bml_sort_rocsparse_ellpack was obtaining nnz from host array o changed this to obtain nnz from device array
- Loading branch information