[
https://issues.apache.org/jira/browse/SYSTEMML-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glenn Weidner updated SYSTEMML-1591:
------------------------------------
Fix Version/s: (was: SystemML 1.0)
SystemML 0.15
> Improve efficiency sparse-unsafe cellwise operations
> ----------------------------------------------------
>
> Key: SYSTEMML-1591
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1591
> Project: SystemML
> Issue Type: Sub-task
> Components: Compiler, Runtime
> Reporter: Matthias Boehm
> Assignee: Matthias Boehm
> Fix For: SystemML 0.15
>
>
> For sparse-unsafe cellwise operations, we currently iterate over all cells
> and use binary search to access the individual values. This is unnecessarily
> inefficient to should be reworked in favor of a sequential scan with gap
> handling, which would also allow us to consolidate the different code paths
> for sparse-safe and -unsafe operations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)