-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds specializations for matrix multiplication with the following: 1. dense-sparse with sparse output 2. ultra sparse out dense dense in. 3. sparse out on sparse vector right side in. Furthermore, I modified the call stack to branch to the native mm inside LibMatrixMult, to allow easy native support for CLA by calling LibMatrixMult, instead of having to go through a MatrixBlock. Closes #2212
- Loading branch information
1 parent
e022eaf
commit fd1ba7c
Showing
4 changed files
with
163 additions
and
24 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