-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
move_to_XXX
kernels and COO::transpose
Removed unused `move_to_XXX` kernels from Dense and Csr. All calls to `move_to(Mtx *)`, which previously used the mentioned kernels, now use `convert_to_XXX` kernels. Since we did not implement any transpose functionality in Coo, the inheritance from `Transposable` and all related kernels were removed. Additionally, the tests for Coo, Csr & Dense were modified as follows: - Made include order compliant to guidelines - Newlines in the tests are also according to guidelines - Added MoveTo tests where they were not present - Added tests for Dense conversions (used already generated variables) The conversion from Dense to Hybrid with OpenMP was also slightly improved.
- Loading branch information
Thomas Grützmacher
committed
Apr 4, 2019
1 parent
224b0d0
commit 463eacd
Showing
23 changed files
with
294 additions
and
481 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
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.