You are viewing a plain text version of this content. The canonical link for it is here.
- [1/4] systemml git commit: [SYSTEMML-2223] Repartition ultra-sparse matrices to preferred #parts - posted by mb...@apache.org on 2018/04/01 04:32:31 UTC, 0 replies.
- [2/4] systemml git commit: [HOTFIX][SYSTEMML-2219] Fix ultra-sparse/ultra-sparse matrix multiply - posted by mb...@apache.org on 2018/04/01 04:32:32 UTC, 0 replies.
- [3/4] systemml git commit: [SYSTEMML-2224] Remove unnecessary fields from matrix blocks - posted by mb...@apache.org on 2018/04/01 04:32:33 UTC, 0 replies.
- [4/4] systemml git commit: [SYSTEMML-2225] Fix reblock ultra-sparse, incl mem efficiency read - posted by mb...@apache.org on 2018/04/01 04:32:34 UTC, 0 replies.
- systemml git commit: [MINOR] Additional tests for row/col means/vars and matrix reshapes - posted by mb...@apache.org on 2018/04/01 20:51:54 UTC, 0 replies.
- systemml git commit: [SYSTEMML-1738] Fix various stream resource leaks via auto closing - posted by mb...@apache.org on 2018/04/01 23:18:46 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2078] Add support for builtin constants (PI, INF, NaN) - posted by mb...@apache.org on 2018/04/02 00:14:45 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2078] Use new builtin constants in various algorithms/tests - posted by mb...@apache.org on 2018/04/02 01:05:12 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix builtin constants (consistency w/ R, side effects) - posted by mb...@apache.org on 2018/04/02 19:06:43 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix invalid assignments in ID3 to new builtin constants - posted by mb...@apache.org on 2018/04/02 22:27:17 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2229] Add missing support for rowProds/colProds aggregates - posted by mb...@apache.org on 2018/04/03 06:45:35 UTC, 0 replies.
- systemml git commit: [MINOR] Remove redundancy from builtin function hop construction - posted by mb...@apache.org on 2018/04/04 04:58:23 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix corrupted IQM and MEDIAN hops construction - posted by mb...@apache.org on 2018/04/04 16:52:25 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2234] Fix buffer pool memory/file leak (missing cleanup) - posted by mb...@apache.org on 2018/04/05 23:29:35 UTC, 0 replies.
- systemml git commit: [SYSTEMML-1626] Fix compiler/runtime dimension checks for solve - posted by mb...@apache.org on 2018/04/06 01:01:34 UTC, 0 replies.
- systemml git commit: [HOTFIX][SYSTEMML-2235] Fix bufferpool serialization compressed blocks - posted by mb...@apache.org on 2018/04/06 22:04:56 UTC, 0 replies.
- [1/2] systemml git commit: [SYSTEMML-2236] Improved spark cpmm (partitioning-preserving case) - posted by mb...@apache.org on 2018/04/07 21:45:05 UTC, 0 replies.
- [2/2] systemml git commit: [SYSTEMML-2237] Improved spark reshape of ultra-sparse matrices - posted by mb...@apache.org on 2018/04/07 21:45:06 UTC, 0 replies.
- [1/2] systemml git commit: [SYSTEMML-2238] Reuse of local parfor fair scheduler pool names - posted by mb...@apache.org on 2018/04/08 19:49:34 UTC, 0 replies.
- [2/2] systemml git commit: [MINOR] Cleanup flaky l2svm application test (inconsistent tolerance) - posted by mb...@apache.org on 2018/04/08 19:49:35 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2197] Multi-threaded spark broadcast creation - posted by mb...@apache.org on 2018/04/08 22:13:14 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix multi-threaded broadcast creation indexing issue - posted by mb...@apache.org on 2018/04/09 19:30:07 UTC, 0 replies.
- [1/4] systemml git commit: [SYSTEMML-2222] Improved empty block filtering for spark operations - posted by mb...@apache.org on 2018/04/14 00:59:58 UTC, 0 replies.
- [2/4] systemml git commit: [SYSTEMML-2223] Pushdown empty block filtering to RDD parallelize - posted by mb...@apache.org on 2018/04/14 00:59:59 UTC, 0 replies.
- [3/4] systemml git commit: [SYSTEMML-2238] Fix robustness parfor worker cleanup w/o created pool - posted by mb...@apache.org on 2018/04/14 01:00:00 UTC, 0 replies.
- [4/4] systemml git commit: [SYSTEMML-2240] Fix min/max correctness over inputs w/ NaNs, incl tests - posted by mb...@apache.org on 2018/04/14 01:00:01 UTC, 0 replies.
- [1/2] systemml git commit: [SYSTEMML-2241] Improved selection of ultra-sparse matrix multiply ops - posted by mb...@apache.org on 2018/04/14 06:36:46 UTC, 0 replies.
- [2/2] systemml git commit: [SYSTEMML-2242] Performance spark binary block reblock operations - posted by mb...@apache.org on 2018/04/14 06:36:47 UTC, 0 replies.
- [1/2] systemml git commit: [SYSTEMML-2244] Fix handling of compressed blocks in few spark mm ops - posted by mb...@apache.org on 2018/04/14 09:00:00 UTC, 0 replies.
- [2/2] systemml git commit: [SYSTEMML-2243] Improved spark mapmm broadcast selection (worstcase nnz) - posted by mb...@apache.org on 2018/04/14 09:00:01 UTC, 0 replies.
- systemml git commit: [MINOR] Fix parent-child link bug in Hop rewrite - posted by mb...@apache.org on 2018/04/14 23:24:43 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2241] Fine tuning ultra-sparse matrix mult selection - posted by mb...@apache.org on 2018/04/14 23:26:13 UTC, 0 replies.
- systemml git commit: [MINOR] Fix robustness CSE leaf node merge (converted pread-tread) - posted by mb...@apache.org on 2018/04/15 03:43:35 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2245] Support for external UDFs with variable num outputs - posted by mb...@apache.org on 2018/04/15 05:46:04 UTC, 0 replies.
- [1/3] systemml git commit: [MINOR] Simplify spark key-value list handling via streams - posted by mb...@apache.org on 2018/04/17 06:59:05 UTC, 0 replies.
- [2/3] systemml git commit: [SYSTEMML-2246] Performance dense-sparse vector transpose (in MCSR) - posted by mb...@apache.org on 2018/04/17 06:59:06 UTC, 0 replies.
- [3/3] systemml git commit: [SYSTEMML-2237] Performance spark mapmm (lazy-iter) / reshape (sparse) - posted by mb...@apache.org on 2018/04/17 06:59:07 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix minor javadoc issue (removed method parameter) - posted by mb...@apache.org on 2018/04/17 07:48:35 UTC, 0 replies.
- [1/5] systemml git commit: [MINOR] Performance right indexing (avoid unnecessary nnz maintenance) - posted by mb...@apache.org on 2018/04/18 07:12:48 UTC, 0 replies.
- [2/5] systemml git commit: [SYSTEMML-2249] Reduced bufferpool thread contention (min thresholds) - posted by mb...@apache.org on 2018/04/18 07:12:49 UTC, 0 replies.
- [3/5] systemml git commit: [SYSTEMML-2250] Multi-threaded parfor result merge (per block) - posted by mb...@apache.org on 2018/04/18 07:12:50 UTC, 0 replies.
- [4/5] systemml git commit: [SYSTEMML-2252] Improved parfor rewrite update-in-place result indexing - posted by mb...@apache.org on 2018/04/18 07:12:51 UTC, 0 replies.
- [5/5] systemml git commit: [SYSTEMML-2254] Robustness transformdecode for ncol(data) < ncol(meta) - posted by mb...@apache.org on 2018/04/18 07:12:52 UTC, 0 replies.
- systemml git commit: [SYSTEMML-1029] Fix correctness sparse-sparse CSR left indexing - posted by mb...@apache.org on 2018/04/18 07:47:24 UTC, 0 replies.
- [1/3] systemml git commit: [SYSTEMML-2255] Improved heuristics for calls to native BLAS libraries - posted by mb...@apache.org on 2018/04/19 08:16:59 UTC, 0 replies.
- [2/3] systemml git commit: [SYSTEMML-2256] Exploit native matrix mult in dense wsigmoid - posted by mb...@apache.org on 2018/04/19 08:17:00 UTC, 0 replies.
- [3/3] systemml git commit: [SYSTEMML-2258] Fix thread contention on acquire shared parfor input - posted by mb...@apache.org on 2018/04/19 08:17:01 UTC, 0 replies.
- [1/7] systemml git commit: [SYSTEMML-1349, 2251] Extended parfor optimizer for shared reads - posted by mb...@apache.org on 2018/04/20 08:46:00 UTC, 0 replies.
- [2/7] systemml git commit: [SYSTEMML-2258] Fine tuning and cleanup bufferpool (thread contention) - posted by mb...@apache.org on 2018/04/20 08:46:01 UTC, 0 replies.
- [3/7] systemml git commit: [SYSTEMML2259] Performance dense-sparse MV binary multiply operations - posted by mb...@apache.org on 2018/04/20 08:46:02 UTC, 0 replies.
- [4/7] systemml git commit: [SYSTEMML-2260] New native tsmm matrix mult and its integration - posted by mb...@apache.org on 2018/04/20 08:46:03 UTC, 0 replies.
- [5/7] systemml git commit: [SYSTEMML-2261] Performance sparse tsmm (CSR with empty/dense rows) - posted by mb...@apache.org on 2018/04/20 08:46:04 UTC, 0 replies.
- [6/7] systemml git commit: [SYSTEMML-2263] Fix too conservative sparse block size estimates - posted by mb...@apache.org on 2018/04/20 08:46:05 UTC, 0 replies.
- [7/7] systemml git commit: [SYSTEMML-2262] New multi-threaded dense unary ops (exp, log, sigmoid) - posted by mb...@apache.org on 2018/04/20 08:46:06 UTC, 0 replies.
- [1/3] systemml git commit: [HOTFIX][SYSTEMML-2259] Fix correctness new dense-sparse MV mult ops - posted by mb...@apache.org on 2018/04/21 01:28:04 UTC, 0 replies.
- [2/3] systemml git commit: [SYSTEMML-2264] Fix correctness sparse colMins w/ dense cols of neg vals - posted by mb...@apache.org on 2018/04/21 01:28:05 UTC, 0 replies.
- [3/3] systemml git commit: [SYSTEMML-2265] Fix correctness sparse aggregate w/ sparse-unsafe ops - posted by mb...@apache.org on 2018/04/21 01:28:06 UTC, 0 replies.
- [1/4] systemml git commit: [SYSTEMML-2266] Fix native BLAS integration for large dense blocks >16GB - posted by mb...@apache.org on 2018/04/21 09:14:06 UTC, 0 replies.
- [2/4] systemml git commit: [SYSTEMML-2267] Generalized multi-threaded unary ops dense blocks >16GB - posted by mb...@apache.org on 2018/04/21 09:14:07 UTC, 0 replies.
- [3/4] systemml git commit: [SYSTEMML-2268] Performance native BLAS (dispatch DOT, GEMV, GEMM) - posted by mb...@apache.org on 2018/04/21 09:14:08 UTC, 0 replies.
- [4/4] systemml git commit: [MINOR] Cleanup dense matrix-vector wsigmoid via native matrixMult - posted by mb...@apache.org on 2018/04/21 09:14:09 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix parfor repeated opt test (inconsistent degree of par) - posted by mb...@apache.org on 2018/04/21 22:48:04 UTC, 0 replies.
- [1/4] systemml git commit: [SYSTEMML-2270] Refactoring dml library for scalable decompositions - posted by mb...@apache.org on 2018/04/22 06:11:55 UTC, 0 replies.
- [2/4] systemml git commit: [MINOR] Cleanup lib commons math (input/output consistency) - posted by mb...@apache.org on 2018/04/22 06:11:56 UTC, 0 replies.
- [3/4] systemml git commit: [SYSTEMML-2271] Include scalable decompositions in integration tests - posted by mb...@apache.org on 2018/04/22 06:11:57 UTC, 0 replies.
- [4/4] systemml git commit: [SYSTEMML-2272] Fix IPA size-preserving check for recursive functions - posted by mb...@apache.org on 2018/04/22 06:11:58 UTC, 0 replies.
- [1/3] systemml git commit: [SYSTEMML-2275] Fix incorrect expected nnz on reading matrices from HDFS - posted by mb...@apache.org on 2018/04/23 00:13:13 UTC, 0 replies.
- [2/3] systemml git commit: [MINOR] Avoid unnecessary stats maintenance in spark remote parfor - posted by mb...@apache.org on 2018/04/23 00:13:14 UTC, 0 replies.
- [3/3] systemml git commit: [SYSTEMML-2276] Avoid unnecessary read of empty binary matrices - posted by mb...@apache.org on 2018/04/23 00:13:15 UTC, 0 replies.
- systemml git commit: [HOTFIX] Fix incorrect meta data in frame converter test - posted by mb...@apache.org on 2018/04/23 18:48:30 UTC, 0 replies.
- systemml-website git commit: Add Janardhan and Krishna to contributors.yml - posted by de...@apache.org on 2018/04/23 23:50:51 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2277, 224, 423] New rewrite for hoisting loop-invariant ops - posted by mb...@apache.org on 2018/04/24 03:18:04 UTC, 0 replies.
- svn commit: r1830023 - in /systemml/site: community.html documentation.html download.html get-started.html index.html install-systemml.html privacy-policy.html roadmap.html security.html tutorial-kdd2017.html tutorials.html - posted by de...@apache.org on 2018/04/24 18:36:17 UTC, 0 replies.
- systemml git commit: Update latest docs version number to 1.2.0-SNAPSHOT - posted by de...@apache.org on 2018/04/24 19:03:33 UTC, 1 replies.
- [1/6] systemml git commit: [SYSTEMML-2279] Performance spark unary aggregates (empty block filter) - posted by mb...@apache.org on 2018/04/27 07:02:35 UTC, 0 replies.
- [2/6] systemml git commit: [SYSTEMML-2280] Performance ultra-sparse/empty block serialization - posted by mb...@apache.org on 2018/04/27 07:02:36 UTC, 0 replies.
- [3/6] systemml git commit: [SYSTEMML-2281] Performance spark sumByKey incr block aggregation - posted by mb...@apache.org on 2018/04/27 07:02:37 UTC, 0 replies.
- [4/6] systemml git commit: [SYSTEMML-2282] Memory efficiency spark empty block injection - posted by mb...@apache.org on 2018/04/27 07:02:38 UTC, 0 replies.
- [5/6] systemml git commit: [SYSTEMML-2279] Performance spark ctable (1-pass, fused reblock) - posted by mb...@apache.org on 2018/04/27 07:02:39 UTC, 0 replies.
- [6/6] systemml git commit: [SYSTEMML-2283] Fix performance issue CSE on DAGs w/ many root nodes - posted by mb...@apache.org on 2018/04/27 07:02:40 UTC, 0 replies.
- systemml git commit: [SYSTEMML-2284] Improved IPA for propagating string args into functions - posted by mb...@apache.org on 2018/04/28 03:59:46 UTC, 0 replies.
- systemml git commit: [MINOR] Performance sparse matrix-vector multiply w/ dense rows - posted by mb...@apache.org on 2018/04/28 20:25:03 UTC, 0 replies.
- systemml git commit: [SYSTEMML-1313] Runtime support for remote parfor broadcast inputs - posted by mb...@apache.org on 2018/04/28 23:05:57 UTC, 0 replies.
- [1/2] systemml git commit: [SYSTEMML-2286, 2287] New sparsity estimation framework, basic estims - posted by mb...@apache.org on 2018/04/29 21:47:44 UTC, 0 replies.
- [2/2] systemml git commit: [SYSTEMML-2288] New sparsity estimator based on density maps - posted by mb...@apache.org on 2018/04/29 21:47:45 UTC, 0 replies.
- systemml git commit: Stop publishing MD5 hash with releases - posted by lr...@apache.org on 2018/04/30 21:04:20 UTC, 0 replies.