-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fixes to spgemm, and plug gaps in testing (#1159)
* Small fixes to spgemm, and plug gaps in testing - Simplified interface: don't destroy spgemm subhandle after numeric. Want to be able to reuse, and user is responsible for creating the handle anyway. - Don't default to SPGEMM_CUSPARSE unless cusparse TPL is actually enabled. - Don't divide by 0 when A has 0 rows. - In testing, test the case where A has 0 rows. - In testing, actually test default algo SPGEMM_KK, since this takes a slightly different code path than SPGEMM_KK_MEMORY. * In spgemm test, rename dimensions to m/k/n
- Loading branch information
1 parent
df04b2a
commit c451856
Showing
6 changed files
with
50 additions
and
29 deletions.
There are no files selected for viewing
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
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
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