forked from apache/systemds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMML-1861] Performance sparse-sparse binary mult operations
This patch improves the performance of sparse-sparse binary multiply operations. Instead of using a merge join with outer join semantics, we now use a dedicated case that realizes multiply via inner join semantics and branchless position maintenance. On a scenario of X * Y, with 1M x 1K, sparsity=0.1 inputs, this patch improved performance from 330ms to 235ms.
- Loading branch information
Showing
1 changed file
with
39 additions
and
40 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