Discussion on GPU backend

2016-05-03 Thread Niketan Pansare
Hi all, I have updated the design document for our GPU backend in the JIRA https://issues.apache.org/jira/browse/SYSTEMML-445. The implementation details are based on the prototype I created and is available in PR https://github.com/apache/incubator-systemml/pull/131. Once we are done with the

Re: Draft - May 2016 SystemML Incubator Podling Report

2016-05-03 Thread dusenberrymw
I might add that we are preparing to release our next version very soon. Otherwise, LGTM. Thanks, Deron! -Mike -- Mike Dusenberry GitHub: github.com/dusenberrymw LinkedIn: linkedin.com/in/mikedusenberry Sent from my iPhone. > On May 2, 2016, at 1:11 PM, Niketan Pansare

Deprecate `ppred(...)` Built-in Function

2016-05-03 Thread dusenberrymw
Hi all, The `ppred(...)` built-in function (`ppred(X, 0, ">")`) is no longer necessary as relational comparison operators are supported natively in the language (`X > 0`) and follow R's semantics. SYSTEMML-657 had been created to track the deprecation of this function, and is currently open