You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/07/21 00:14:00 UTC

[jira] [Closed] (SYSTEMML-1792) Performance issue sparse-dense matrix multiply

     [ https://issues.apache.org/jira/browse/SYSTEMML-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Boehm closed SYSTEMML-1792.
------------------------------------

> Performance issue sparse-dense matrix multiply
> ----------------------------------------------
>
>                 Key: SYSTEMML-1792
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1792
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 1.0
>
>
> Our sparse-dense matrix multiply is already cache conscious but used very small block static block sizes, which were optimized for moderate sparsity. However, for cases with very sparse matrices (and skinny right hand size matrices), the small block sizes add substantial overhead of more than an order of magnitude. This task aims to make these block sizes adaptive, consistent with our cache-conscious implementations of sparsity exploiting matrix multiply operators such as wsloss.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)