systemml git commit: [SYSTEMML-445] Added memory stats for GPU allocation/eviction

2018-09-20 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 69624850e -> f46279a17 [SYSTEMML-445] Added memory stats for GPU allocation/eviction - Also, reverted the shadow buffer to the original implementation as we are getting OOM for lstm scripts. This likely has to do with pessimistic GC.

systemml git commit: [SYSTEMML-445] Use PersistentLRUCache for shadow buffering

2018-09-20 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 69f2d377c -> 69624850e [SYSTEMML-445] Use PersistentLRUCache for shadow buffering - Shadow buffer is cleared eagerly in case of garbage collection to avoid OOM and is backed by org.apache.sysml.utils.PersistentLRUCache. - Setting the

systemml git commit: [SYSTEMML-445] Write to disk when the cache is used in the write-mode

2018-09-20 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 3fbfbaecb -> 69f2d377c [SYSTEMML-445] Write to disk when the cache is used in the write-mode - This avoids the need to depend on finalize to perform writing. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: