[jira] [Closed] (SYSTEMML-2291) Sparsity estimators based on layered graphs

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2291.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Sparsity estimators based on layered graphs
> ---
>
> Key: SYSTEMML-2291
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2291
> Project: SystemML
>  Issue Type: Sub-task
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SYSTEMML-2521) Integrate MNC sparsity estimator in mmchain optimization

2019-03-17 Thread Matthias Boehm (JIRA)
Matthias Boehm created SYSTEMML-2521:


 Summary: Integrate MNC sparsity estimator in mmchain optimization
 Key: SYSTEMML-2521
 URL: https://issues.apache.org/jira/browse/SYSTEMML-2521
 Project: SystemML
  Issue Type: Sub-task
Reporter: Matthias Boehm






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SYSTEMML-2292) Exploiting structural properties for corrections

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2292.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Exploiting structural properties for corrections 
> -
>
> Key: SYSTEMML-2292
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2292
> Project: SystemML
>  Issue Type: Sub-task
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SYSTEMML-2468) Extended matrix histograms for matrix product chains

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2468.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Extended matrix histograms for matrix product chains
> 
>
> Key: SYSTEMML-2468
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2468
> Project: SystemML
>  Issue Type: Sub-task
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SYSTEMML-2479) Support for operations other than mm

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2479.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Support for operations other than mm
> 
>
> Key: SYSTEMML-2479
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2479
> Project: SystemML
>  Issue Type: Sub-task
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SYSTEMML-2289) Sparsity estimators based on hashing

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2289.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Sparsity estimators based on hashing
> 
>
> Key: SYSTEMML-2289
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2289
> Project: SystemML
>  Issue Type: Sub-task
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>
> Rasmus Resen Amossen, Andrea Campagna, Rasmus Pagh: Better Size Estimation 
> for Sparse Matrix Products. Algorithmica 69(3): 741-757 (2014)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SYSTEMML-2511) Classcast exception in bitset estimator on large data

2019-03-17 Thread Matthias Boehm (JIRA)


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

Matthias Boehm closed SYSTEMML-2511.

   Resolution: Fixed
 Assignee: Matthias Boehm
Fix Version/s: SystemML 1.3

> Classcast exception in bitset estimator on large data
> -
>
> Key: SYSTEMML-2511
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2511
> Project: SystemML
>  Issue Type: Bug
>Reporter: Matthias Boehm
>Assignee: Matthias Boehm
>Priority: Major
> Fix For: SystemML 1.3
>
>
> A previous refactoring to reuse synopsis, created an issue of incorrectly 
> allocating BitsetMatrix1 (the default option, independent of the input size).
> {code}
> Caused by: java.lang.ClassCastException: 
> org.apache.sysml.hops.estim.EstimatorBitsetMM$BitsetMatrix1 cannot be cast to 
> org.apache.sysml.hops.estim.EstimatorBitsetMM$BitsetMatrix2
>   at 
> org.apache.sysml.hops.estim.EstimatorBitsetMM$BitsetMatrix2.matMultIntern(EstimatorBitsetMM.java:474)
>   at 
> org.apache.sysml.hops.estim.EstimatorBitsetMM$BitsetMatrix.matMult(EstimatorBitsetMM.java:172)
>   at 
> org.apache.sysml.hops.estim.EstimatorBitsetMM.estimInternal(EstimatorBitsetMM.java:99)
>   at 
> org.apache.sysml.hops.estim.EstimatorBitsetMM.estim(EstimatorBitsetMM.java:71)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)