You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by du...@apache.org on 2015/12/02 02:04:44 UTC

[06/47] incubator-systemml git commit: Sparsity-aware spark/mr mapmm/mapmmchain/pmm compilation, (incl corrected estimates wrt partitioned broadcast inputs)

Sparsity-aware spark/mr mapmm/mapmmchain/pmm compilation,
(incl corrected estimates wrt partitioned broadcast inputs)


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

Branch: refs/heads/gh-pages
Commit: 9bb58c691c5af0d2501876cc81d934ba772dbef8
Parents: e378de0
Author: mboehm7 <mb...@us.ibm.com>
Authored: Thu Aug 20 02:51:52 2015 -0700
Committer: mboehm7 <mb...@us.ibm.com>
Committed: Thu Aug 20 02:51:52 2015 -0700

----------------------------------------------------------------------
 october_todo_list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9bb58c69/october_todo_list.txt
----------------------------------------------------------------------
diff --git a/october_todo_list.txt b/october_todo_list.txt
index 101663b..e8a32c3 100644
--- a/october_todo_list.txt
+++ b/october_todo_list.txt
@@ -27,7 +27,7 @@
 3) Compiler features
 * Code motion (cse across loops)            2pw
 * Extended inter-procedural analysis        2pw  (e.g., step_glm)
-* Sparsity-aware broadcast op selection     1pw
+* Sparsity-aware broadcast op selection     1pw                       .. done
 * Function calls in expressions             2pw
 
 3) Parfor