[2/2] incubator-systemml git commit: Updated document to correspond to the currently released artifacts

2017-02-23 Thread nakul02
Updated document to correspond to the currently released artifacts Closes #403 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/5c4e27c7 Tree:

[1/2] incubator-systemml git commit: [SYSTEMML-1238] Updated the default parameters of mllearn to match that of scikit learn.

2017-02-23 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages bb97a4bc6 -> 5c4e27c70 [SYSTEMML-1238] Updated the default parameters of mllearn to match that of scikit learn. - Also updated the test to compare our algorithm to scikit-learn. Closes #398. Project:

incubator-systemml git commit: Updated document to correspond to the currently released artifacts

2017-02-23 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 8eed1ec94 -> e1f713aae Updated document to correspond to the currently released artifacts Closes #403 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Bug fixes, instruction added, async cudaFree

2017-02-24 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 0daae6cf0 -> 4316efeba Bug fixes, instruction added, async cudaFree - Fixes for GPU mem mgmt and related integration tests - Added "exp" function for GPU - Do cudaFree asynchronously Closes #404 Project:

incubator-systemml git commit: [HOTFIX] Changed unit test LRUCacheMapTest to run only with mvn verify

2017-03-22 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 95be80c5b -> 97da0004f [HOTFIX] Changed unit test LRUCacheMapTest to run only with mvn verify Closes #436 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/3] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/346d1c01/src/main/java/org/apache/sysml/api/DMLScript.java -- diff --git a/src/main/java/org/apache/sysml/api/DMLScript.java

[2/2] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Uses Apache Commons CLI 1.2 to parse command line options - Known limitation - strips arguments of leading and trailing double quotes - Changed scripts to accept "-config " instead of "-config=" - Instead of "-gpu

incubator-systemml git commit: [MINOR] Cleanup of some comments

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ee6bc8ce2 -> af93ca8a4 [MINOR] Cleanup of some comments Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/af93ca8a Tree:

incubator-systemml git commit: [HOTFIX] for missing apache license in CSRPointer

2017-04-22 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 63e28a37b -> b481324d0 [HOTFIX] for missing apache license in CSRPointer Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Added python script to launch systemml in standalone mode

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ea6e2fe39 -> f73673d59 Added python script to launch systemml in standalone mode Closes #461 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/2] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-04-21 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Added unit tests - changed scripts to accept "-config " instead of "-config=" - Removed DMLScriptTest{1,2} - Modified bin/systemml script to print a better help message - Removed extraneous ZPackageSuite for DMLScriptTest{1,2}

[1/2] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master f73673d59 -> 32924dc60 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/32924dc6/src/main/java/org/apache/sysml/api/MLContext.java -- diff --git

incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages c4918f5b6 -> c5ff65305 Use Apache Commons CLI to parse command line arguments in DMLScript - Added unit tests - changed scripts to accept "-config " instead of "-config=" - Removed DMLScriptTest{1,2} - Modified bin/systemml

incubator-systemml git commit: Upgraded to use jcuda8 (from the maven repo)

2017-03-03 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ed3a15882 -> 3757995b5 Upgraded to use jcuda8 (from the maven repo) Closes #291 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1396] cudaFree is called lazily instead of asynchronously

2017-03-13 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 9137f7b02 -> 80225f014 [SYSTEMML-1396] cudaFree is called lazily instead of asynchronously - If a block is available in a free list of the exact matching size, it is memset to 0 and allocated, otherwise, the LRU blocks are

incubator-systemml git commit: toString now prints NaN & Infinity like how as.scalar prints them

2017-03-06 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 8936e4f8a -> c7eebddb1 toString now prints NaN & Infinity like how as.scalar prints them Closes #415 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-942] added gpu option to MLContext API

2017-03-07 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 6f4d8762d -> 6b1572e4b [SYSTEMML-942] added gpu option to MLContext API Additionally, - Changed initialization of CUDA libraries from static to per instance - Added documentation to mlcontext programming guide Closes #420

incubator-systemml git commit: [SYSTEMML-942] added gpu option to MLContext API

2017-03-07 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 4ec1b9f40 -> 42e86e76c [SYSTEMML-942] added gpu option to MLContext API Additionally, - Changed initialization of CUDA libraries from static to per instance - Added documentation to mlcontext programming guide Closes #420

[4/5] incubator-systemml git commit: [SYSTEMML-1359] Added extra instrumentation for CUDA lib calls

2017-03-07 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4f9dcf9a/src/main/cpp/kernels/SystemML.ptx -- diff --git a/src/main/cpp/kernels/SystemML.ptx b/src/main/cpp/kernels/SystemML.ptx index b9efd9b..efaf29b 100644 ---

[2/5] incubator-systemml git commit: [SYSTEMML-1359] Added extra instrumentation for CUDA lib calls

2017-03-07 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4f9dcf9a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java -- diff --git a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java

[3/5] incubator-systemml git commit: [SYSTEMML-1359] Added extra instrumentation for CUDA lib calls

2017-03-07 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4f9dcf9a/src/main/java/org/apache/sysml/api/DMLScript.java -- diff --git a/src/main/java/org/apache/sysml/api/DMLScript.java

[1/5] incubator-systemml git commit: [SYSTEMML-1359] Added extra instrumentation for CUDA lib calls

2017-03-07 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ee33ec62d -> 4f9dcf9ad http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4f9dcf9a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixDNN.java

[2/2] systemml git commit: [SYSTEMML-1451] phase 2 work

2017-08-01 Thread nakul02
[SYSTEMML-1451] phase 2 work Completed these tasks as part for Phase 2 for Google Summer of Code '17 - Decouple systemml-spark-submit.py - Decouple systemml-standalone.py - Refractor perf test suit to accept args like debug, stats, config etc... - Add HDFS support - Google Docs support - Compare

systemml git commit: [DOC][HOTFIX] updatest to the performance test scripts

2017-08-14 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 54e809898 -> 667aeb2b7 [DOC][HOTFIX] updatest to the performance test scripts Closes #616 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/667aeb2b Tree:

systemml git commit: [HOTFIX] write stdout and stderr for perftests

2017-08-12 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 95de23586 -> dc4bfd95e [HOTFIX] write stdout and stderr for perftests Closes #615 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/dc4bfd95 Tree:

systemml git commit: Write output of systemml run from perf test scripts

2017-07-07 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master c5a330d7d -> 152eba1a7 Write output of systemml run from perf test scripts Closes #561 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/152eba1a Tree:

systemml git commit: [MINOR] Performance test bug fixes

2017-07-13 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master f046051d4 -> cd1ae5b42 [MINOR] Performance test bug fixes Closes #565 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/cd1ae5b4 Tree:

systemml git commit: [MINOR][DOC] Performance Test Documentation

2017-07-13 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 32ba9cf9f -> 61467dab8 [MINOR][DOC] Performance Test Documentation Closes #563 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/61467dab Tree:

[1/2] systemml git commit: [SYSTEML-1758] added cbind and rbind for GPU

2017-07-13 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master cd1ae5b42 -> 4e47b5e10 http://git-wip-us.apache.org/repos/asf/systemml/blob/4e47b5e1/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java -- diff --git

systemml git commit: [SYSTEMML-1713] Added mem estimates for various GPU ops

2017-07-13 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 4e47b5e10 -> 32ba9cf9f [SYSTEMML-1713] Added mem estimates for various GPU ops Closes #553 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/32ba9cf9 Tree:

systemml git commit: [SYSTEMML-1744] JCuda jars in extra assembly jar

2017-07-06 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 988366de0 -> 66b28c6e3 [SYSTEMML-1744] JCuda jars in extra assembly jar Closes #559 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/66b28c6e Tree:

systemml git commit: [SYSTEMML-1795] Specify a set of GPUs to use for a given machine

2017-07-21 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 1f5b14dda -> fec209306 [SYSTEMML-1795] Specify a set of GPUs to use for a given machine Can specify: a) -1 for all GPUs b) a specific number of GPU c) a comma separated list of GPUs d) a range of GPUs Closes #587 Project:

systemml git commit: [SYSTEMML-1806] fix for DMLConfig#setText

2017-07-26 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 7ae1b1c4c -> 3fd8e495e [SYSTEMML-1806] fix for DMLConfig#setText Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/3fd8e495 Tree:

systemml git commit: [MINOR] fix for SYSTEMML_1795

2017-07-26 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 3fd8e495e -> 2663ccd41 [MINOR] fix for SYSTEMML_1795 The GPUContextPool.AVAILABLE_GPUS is read after the lops are constructed, but the value needs to be read before. This patch is a fix that problem. Closes #592 Project:

systemml git commit: [SYSTEMML-1451][GSoC Phase 1] Single script to run perf tests

2017-07-02 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 31952e47d -> e7cfcadc9 [SYSTEMML-1451][GSoC Phase 1] Single script to run perf tests - Single entry point to run perf tests in any combination of algoriths, families, matrix shapes & densities - Reports time taken by a single perf

systemml git commit: [SYSTEMML-1731] Added GPU instruction 1-*, -nz, %%, %/%

2017-06-27 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 50dafa038 -> 2dc441f52 [SYSTEMML-1731] Added GPU instruction 1-*, -nz, %%, %/% Closes #554 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/2dc441f5 Tree:

systemml git commit: [HOTFIX] Removed extraneous file that got committed with SYSTEMML-1735

2017-07-05 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master a7364746a -> 82ca13d23 [HOTFIX] Removed extraneous file that got committed with SYSTEMML-1735 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/82ca13d2 Tree:

[2/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java -- diff --git a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java

[4/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/GPUContext.java -- diff --git

[3/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/JCudaKernels.java -- diff --git

[5/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
Refactored GPU{Contex,Object} to make it friendlier for parfor - Folded JCuda{Context,Object} to GPU{Context,Object} - Removed "deviceMemBytes", it was redundant - Removed all synchronized in GPU{Object,Contex} - print GPUContext from everywhere in log.trace - LibMatrixCUDA functions expect a

[1/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 9ed27ad60 -> 129f0f6b0 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/test/java/org/apache/sysml/test/integration/AutomatedTestBase.java

systemml git commit: [SYSTEMML-1816] toString does not print negative 0s anymore

2017-08-08 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master e1a762f65 -> 5906682b0 [SYSTEMML-1816] toString does not print negative 0s anymore Closes #599 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/5906682b Tree:

systemml git commit: [MINOR] bug fixes in the GPU backend

2017-08-08 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 98a9d653d -> 815ca4f2a [MINOR] bug fixes in the GPU backend - Each thread is assigned a cuda library handle - JCudaKernels is also made thread safe - Removed setting GPUContext to null - Bug fix in initial gpu budget estimate - Cuda

systemml git commit: [MINOR] fixes for HDFS path

2017-08-17 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 4384ebbda -> 114200724 [MINOR] fixes for HDFS path Closes #624 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/11420072 Tree:

[1/2] incubator-systemml git commit: [SYSTEMML-1344] sqrt, round, abs, log, floor, ceil, trig funcs & sign for GPU

2017-05-17 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 0d553e384 -> 1fc764b9b http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/1fc764b9/src/main/java/org/apache/sysml/runtime/instructions/gpu/GPUInstruction.java

incubator-systemml git commit: [HOTFIX] for sparse GPU transpose

2017-05-17 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 1fc764b9b -> c3aeb48bf [HOTFIX] for sparse GPU transpose Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c3aeb48b Tree:

systemml git commit: [SYSTEMML-703] Prepare for GPU on Jenkins, disable expensive NN tests

2017-06-22 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 345682404 -> 57e11e99c [SYSTEMML-703] Prepare for GPU on Jenkins, disable expensive NN tests Closes #550 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [SYSTEMML-1532] python launch script for spark-submit

2017-06-19 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 8544f6960 -> 3cde999c0 [SYSTEMML-1532] python launch script for spark-submit Closes #501 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/3cde999c Tree:

systemml git commit: [SYSTEMML-1701] fix need to use -force for gpu

2017-06-19 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 3cde999c0 -> df8d4a63d [SYSTEMML-1701] fix need to use -force for gpu Closes #546 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/df8d4a63 Tree:

[2/2] incubator-systemml git commit: [SYSTEMML-1625] GPU Unit Tests (and GPU row/col variance bug fix)

2017-05-31 Thread nakul02
[SYSTEMML-1625] GPU Unit Tests (and GPU row/col variance bug fix) - Documented random matrix generation - GPU unit test using MLContext. Compares CPU output to GPU - Pseudo-unit tests for GPU implementations of unary ops, unary aggregate ops, transpose, elementwise ops, matrix multiplication

[1/2] incubator-systemml git commit: [SYSTEMML-1625] GPU Unit Tests (and GPU row/col variance bug fix)

2017-05-31 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ceeec4bbf -> 772fb5883 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/772fb588/src/test/java/org/apache/sysml/test/gpu/MatrixMatrixElementWiseOpTests.java

incubator-systemml git commit: [Doc] Change PCA scale value in documentation

2017-06-06 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 7bba47409 -> 6b377319e [Doc] Change PCA scale value in documentation Closes #530 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/3] systemml git commit: [FIX] Fixed nested parfor for GPUs

2017-06-10 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 0bcae49ff -> f58717564 http://git-wip-us.apache.org/repos/asf/systemml/blob/f5871756/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/GPUObject.java --

[2/3] systemml git commit: [FIX] Fixed nested parfor for GPUs

2017-06-10 Thread nakul02
http://git-wip-us.apache.org/repos/asf/systemml/blob/f5871756/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/GPUContext.java -- diff --git

[3/3] systemml git commit: [FIX] Fixed nested parfor for GPUs

2017-06-10 Thread nakul02
[FIX] Fixed nested parfor for GPUs Additionally - Fixed intellij codestyle accordingly - Fixed formatting of some GPU related source files Closes #532 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/f5871756 Tree:

incubator-systemml git commit: [SYSTEMML-1034] Initial implementation of "solve" for GPU

2017-04-30 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master f2a927f87 -> e8fbc7539 [SYSTEMML-1034] Initial implementation of "solve" for GPU Closes #476 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [HOTFIX] Bug fix for solve, removed warnings and added instrumentation

2017-05-04 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 76f3ca5d3 -> 2c5c3b14e [HOTFIX] Bug fix for solve, removed warnings and added instrumentation Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [HOTFIX] changes setGPU and setForceGPU to do the right thing in mlctx

2017-05-01 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 1cc219527 -> 7989ab4f3 [HOTFIX] changes setGPU and setForceGPU to do the right thing in mlctx Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

systemml git commit: [HOTFIX] for SYSTEMML-1731

2017-06-27 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 2dc441f52 -> 9f808c43e [HOTFIX] for SYSTEMML-1731 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/9f808c43 Tree:

systemml git commit: [MINOR] gpu memory leak fix

2017-09-19 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master f86879bd0 -> ec5dfda57 [MINOR] gpu memory leak fix - Changed list of free pointers to set of free pointers for GPU - Changed threadlocal cuda handles to non threadlocal. This is assuming there will be one thread per GPU. Closes #665

systemml git commit: [MINOR] Refer to correct version of protoc-jar maven plugin in pom

2017-09-20 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 3acf786d4 -> c14682b9c [MINOR] Refer to correct version of protoc-jar maven plugin in pom Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/c14682b9 Tree:

systemml git commit: [MINOR] minor tweaks to the performance test script

2017-09-20 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 34bb3ca82 -> aa15197ec [MINOR] minor tweaks to the performance test script Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/aa15197e Tree:

systemml git commit: [HOTFIX] fix for Caffe2DML

2017-10-06 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 355373990 -> 8ea38a1b1 [HOTFIX] fix for Caffe2DML - switching back to using protoc v2.5.0 to compile the proto file Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [MINOR] bug fix in perf test script

2017-10-02 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master c27c488be -> 50b3c80c6 [MINOR] bug fix in perf test script Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/50b3c80c Tree:

systemml git commit: [SYSTEMML-1895] jcuda for win & linux (x86_64, ppc64le) included in extra jar

2017-09-07 Thread nakul02
Repository: systemml Updated Branches: refs/heads/branch-0.15 467de1cb1 -> ea8e951bc [SYSTEMML-1895] jcuda for win & linux (x86_64, ppc64le) included in extra jar Closes #660 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [HOTFIX] minor bug fix in perf test suite

2017-09-28 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master a725b2d2e -> e4c74eda6 [HOTFIX] minor bug fix in perf test suite Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/e4c74eda Tree:

systemml git commit: [MINOR]bug fixes & feature added in perf test & spark-submit python scripts

2017-09-28 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 0cb2f7f68 -> a725b2d2e [MINOR]bug fixes & feature added in perf test & spark-submit python scripts Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/a725b2d2

systemml git commit: [SYSTEMML-1875] Changed pom.xml to use the latest protoc-jar

2017-09-29 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master e4c2f9e57 -> 5dce90b3b [SYSTEMML-1875] Changed pom.xml to use the latest protoc-jar - This uses the latest protoc-jar-maven-plugin to get the protoc compiler for ppc Closes #676 Project:

systemml git commit: [MINOR] Print statistics to stderr if an error has occured

2017-08-25 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 1d83cedb7 -> ac0416883 [MINOR] Print statistics to stderr if an error has occured Closes #631 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/ac041688 Tree:

systemml git commit: [SYSTEMML-1847] bug fixes for gpu from ml algos

2017-08-28 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 428f3aa21 -> de0513415 [SYSTEMML-1847] bug fixes for gpu from ml algos - Fixed errors in -gpu force arguments - Fix to GPU solve - converts sparse matrices to dense - Bug fix in GPUContext::clearTemporaryMemory - Fix for removing

systemml git commit: [SYSTEMML-1945] added --deploy-mode param to python scripts

2017-10-11 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 13a017583 -> 8f786aa22 [SYSTEMML-1945] added --deploy-mode param to python scripts Closes #681 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/8f786aa2 Tree: