-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The suggested replacement is BsrMatrix, which is more compatible with TPLs. * perf_test/sparse: remove sparse_spmv_blockcrs perf test. Use BSR in block PCG perf test. * scripts/analysis: remove BlockCrsMatrix processing code * perf_test/batched: remove BlockCrs tests * src/CMakeLists: remove ETI for BlockCrsMatrix SpMV and SpMM * src/batched: remove BlockCrs Tests * src/impl/generated_specializations: remove BlockCrsMatrix SpMV and SpMM * src/impl/TPLs: remove BlockCrsMatrix SpMV * src/sparse: remove BlockCrsMatrix class. Remove BlockCrsMatrix references in utils. Dramatically simplify creating BSR from properly-formatted CRS. Remove BlockCrsMatrix SpMV interface
- Loading branch information
Showing
30 changed files
with
175 additions
and
7,752 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.