-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework sparse matmul to a simpler algorithm as per #942
and https://gist.github.com/2993335, with a few modifications to handle growing, trimming upon completion, and loop ordering, which seems to make the tests pass. This code gives a 30% speedup if all LLVM optimizations in codegen.cpp are turned on. @doobwa, thanks for the simpler implementation. Sorry about being unable to merge your pull request due to github acting up.
- Loading branch information
1 parent
62c1fd0
commit a18880a
Showing
2 changed files
with
50 additions
and
22 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