You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/06/01 19:02:17 UTC

[1/2] incubator-systemml git commit: [SYSTEMML-540] Refactored LibMatrixDNN to reduce instruction cache misses

Repository: incubator-systemml
Updated Branches:
  refs/heads/gh-pages 1246604b0 -> 1b990bad0


[SYSTEMML-540] Refactored LibMatrixDNN to reduce instruction cache misses

- Bugfix for empty filter for conv2d_bias_add
- Improved sparse maxpooling's performance
- Reduced branch mispredictions and instruction cache misses.

Closes #520.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/ee2480d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/ee2480d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/ee2480d8

Branch: refs/heads/gh-pages
Commit: ee2480d81150993bb17899c042bf63c548d6acf0
Parents: 1246604
Author: Niketan Pansare <np...@us.ibm.com>
Authored: Mon May 29 15:21:22 2017 -0800
Committer: Niketan Pansare <np...@us.ibm.com>
Committed: Mon May 29 16:21:22 2017 -0700

----------------------------------------------------------------------
 python-reference.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ee2480d8/python-reference.md
----------------------------------------------------------------------
diff --git a/python-reference.md b/python-reference.md
index 2ebfc38..a847964 100644
--- a/python-reference.md
+++ b/python-reference.md
@@ -189,14 +189,10 @@ method as DataFrame or NumPy array.
 
 ### Support for NumPy's universal functions
 
-The matrix class also supports most of NumPy's universal functions (i.e. ufuncs).
-The current version of NumPy explicitly disables overriding ufunc, but this should be enabled in next release. 
-Until then to test above code, please use:
+The matrix class also supports most of NumPy's universal functions (i.e. ufuncs):
 
 ```bash
-git clone https://github.com/niketanpansare/numpy.git
-cd numpy
-python setup.py install
+pip install --ignore-installed 'numpy>=1.13.0rc2'
 ```
 
 This will enable NumPy's functions to invoke matrix class:


[2/2] incubator-systemml git commit: [SYSTEMML-497] Specify supported software versions in docs

Posted by de...@apache.org.
[SYSTEMML-497] Specify supported software versions in docs

Specify the supported Java, Scala, Python, Hadoop, and Spark versions
in the documentation.

Closes #524.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/1b990bad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/1b990bad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/1b990bad

Branch: refs/heads/gh-pages
Commit: 1b990bad02e5665835dae55b6a314174056ae85b
Parents: ee2480d
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Jun 1 11:49:59 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Jun 1 11:49:59 2017 -0700

----------------------------------------------------------------------
 index.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/1b990bad/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index e10d48d..6b49e68 100644
--- a/index.md
+++ b/index.md
@@ -36,6 +36,7 @@ to find out how to help make SystemML even better!
 
 To download SystemML, visit the [downloads](http://systemml.apache.org/download) page.
 
+This version of SystemML supports: Java 8+, Scala 2.11+, Python 2.7/3.5+, Hadoop 2.6+, and Spark 2.1+.
 
 ## Running SystemML