[jira] [Commented] (SYSTEMML-693) Automatically invoke toString when user tries to print a matrix

2016-05-27 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304914#comment-15304914 ] Nakul Jindal commented on SYSTEMML-693: --- After some looking around, I saw that there is more than

[jira] [Created] (SYSTEMML-734) Implement additional loss layers required by the GoogleNet proto

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-734: Summary: Implement additional loss layers required by the GoogleNet proto Key: SYSTEMML-734 URL: https://issues.apache.org/jira/browse/SYSTEMML-734 Project:

[jira] [Created] (SYSTEMML-733) Create proto file for GoogleNet and test the generated DML on ImageNet dataset for accuracy

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-733: Summary: Create proto file for GoogleNet and test the generated DML on ImageNet dataset for accuracy Key: SYSTEMML-733 URL:

[jira] [Comment Edited] (SYSTEMML-732) Explore different memory management policy for GPU

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304794#comment-15304794 ] Niketan Pansare edited comment on SYSTEMML-732 at 5/27/16 9:17 PM: --- In

[jira] [Commented] (SYSTEMML-732) Explore different memory management policy for GPU

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304794#comment-15304794 ] Niketan Pansare commented on SYSTEMML-732: -- In initial PR, we are using a naive eviction

[jira] [Created] (SYSTEMML-731) Conduct initial performance experiments for mat mult

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-731: Summary: Conduct initial performance experiments for mat mult Key: SYSTEMML-731 URL: https://issues.apache.org/jira/browse/SYSTEMML-731 Project: SystemML

[jira] [Created] (SYSTEMML-730) Add fused GPU instructions for LSTM/RNN

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-730: Summary: Add fused GPU instructions for LSTM/RNN Key: SYSTEMML-730 URL: https://issues.apache.org/jira/browse/SYSTEMML-730 Project: SystemML Issue

[jira] [Created] (SYSTEMML-729) Add GPU instructions that utilizes CuDNN v4's conv2d and pooling related functions

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-729: Summary: Add GPU instructions that utilizes CuDNN v4's conv2d and pooling related functions Key: SYSTEMML-729 URL: https://issues.apache.org/jira/browse/SYSTEMML-729

[jira] [Commented] (SYSTEMML-704) Host jcu*.jar libraries on mvn repo

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304772#comment-15304772 ] Niketan Pansare commented on SYSTEMML-704: -- As per the discussion on the dev mailing list, the

[jira] [Created] (SYSTEMML-727) Add bufferpool integration logic to CUDA backend

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-727: Summary: Add bufferpool integration logic to CUDA backend Key: SYSTEMML-727 URL: https://issues.apache.org/jira/browse/SYSTEMML-727 Project: SystemML

[jira] [Created] (SYSTEMML-726) Explore additional solver generators (for example: L-BFGS, Conjugate gradient)

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-726: Summary: Explore additional solver generators (for example: L-BFGS, Conjugate gradient) Key: SYSTEMML-726 URL: https://issues.apache.org/jira/browse/SYSTEMML-726

[jira] [Created] (SYSTEMML-725) Implement generator for the layers used in AlexNet proto

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-725: Summary: Implement generator for the layers used in AlexNet proto Key: SYSTEMML-725 URL: https://issues.apache.org/jira/browse/SYSTEMML-725 Project: SystemML

[jira] [Commented] (SYSTEMML-721) Integrate Barista api into DMLScript for direct invocation

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304745#comment-15304745 ] Niketan Pansare commented on SYSTEMML-721: -- This issue is dependent on the PR getting into the

[jira] [Created] (SYSTEMML-719) Create proto file for Autoencoder and test the generated DML on MNIST dataset for accuracy

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-719: Summary: Create proto file for Autoencoder and test the generated DML on MNIST dataset for accuracy Key: SYSTEMML-719 URL:

[jira] [Created] (SYSTEMML-720) Implement additional loss layers required by the Autoencoder proto

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-720: Summary: Implement additional loss layers required by the Autoencoder proto Key: SYSTEMML-720 URL: https://issues.apache.org/jira/browse/SYSTEMML-720

[jira] [Created] (SYSTEMML-718) Implement generator for the layers used in Lenet proto

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-718: Summary: Implement generator for the layers used in Lenet proto Key: SYSTEMML-718 URL: https://issues.apache.org/jira/browse/SYSTEMML-718 Project: SystemML

[jira] [Assigned] (SYSTEMML-692) Create initial prototype for generating DML from Caffe solver/net proto files

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niketan Pansare reassigned SYSTEMML-692: Assignee: Niketan Pansare > Create initial prototype for generating DML from

[jira] [Commented] (SYSTEMML-717) Create proto file for Lenet and test the generated DML on MNIST dataset for accuracy

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304735#comment-15304735 ] Niketan Pansare commented on SYSTEMML-717: -- Created

[jira] [Created] (SYSTEMML-717) Create proto file for Lenet and test the generated DML on MNIST dataset for accuracy

2016-05-27 Thread Niketan Pansare (JIRA)
Niketan Pansare created SYSTEMML-717: Summary: Create proto file for Lenet and test the generated DML on MNIST dataset for accuracy Key: SYSTEMML-717 URL: https://issues.apache.org/jira/browse/SYSTEMML-717

[jira] [Updated] (SYSTEMML-692) Generate DML from Caffe solver/net proto files

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niketan Pansare updated SYSTEMML-692: - Issue Type: Task (was: Epic) > Generate DML from Caffe solver/net proto files >

[jira] [Updated] (SYSTEMML-692) Generate DML from Caffe solver/net proto files

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niketan Pansare updated SYSTEMML-692: - Issue Type: Epic (was: Task) > Generate DML from Caffe solver/net proto files >

[jira] [Closed] (SYSTEMML-641) Performance features core block matrix multiply

2016-05-27 Thread Mike Dusenberry (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Dusenberry closed SYSTEMML-641. Assignee: Matthias Boehm > Performance features core block matrix multiply >

[jira] [Updated] (SYSTEMML-547) Implement built-in functions for max and average pooling

2016-05-27 Thread Mike Dusenberry (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Dusenberry updated SYSTEMML-547: - Assignee: Niketan Pansare (was: Nakul Jindal) > Implement built-in functions for max

[jira] [Closed] (SYSTEMML-547) Implement built-in functions for max and average pooling

2016-05-27 Thread Niketan Pansare (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niketan Pansare closed SYSTEMML-547. Resolution: Fixed Fix Version/s: SystemML 0.10

[jira] [Updated] (SYSTEMML-714) Compile error on rewrite 'pushdown sum on binary' w/ multiple consumers

2016-05-27 Thread Matthias Boehm (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm updated SYSTEMML-714: Description: The dynamic simplification rewrite 'pushdown sum on binary +' with multiple