This is an automated email from the ASF dual-hosted git repository.

arnabp20 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


    from 6b3a6ced88 [SYSTEMDS-3610] BuiltinSwitch Aggregate Skip
     add 80336195aa [MINOR] Push loading Cuda libraries until when required
     new eb1a69718c [SYSTEMDS-2913] Cache GPU objects on second hit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/sysds/lops/UnaryCP.java   |  8 ++--
 .../gpu/context/CudaMemoryAllocator.java           | 25 +++++++---
 .../instructions/gpu/context/GPUContext.java       | 37 +++++++++++++--
 .../gpu/context/GPUMemoryAllocator.java            |  2 +-
 .../instructions/gpu/context/GPUMemoryManager.java |  5 +-
 .../apache/sysds/runtime/lineage/LineageCache.java | 55 +++++++++++++++++-----
 .../sysds/runtime/lineage/LineageCacheConfig.java  |  3 +-
 .../java/org/apache/sysds/utils/GPUStatistics.java |  6 +--
 .../functions/async/LineageReuseSparkTest.java     | 25 ++++++----
 .../LineageReuseSpark7.dml}                        | 16 +++----
 .../scripts/functions/lineage/LineageReuseGPU3.dml |  9 ++--
 11 files changed, 136 insertions(+), 55 deletions(-)
 copy src/test/scripts/functions/{lineage/FullReuseGPU1.dml => 
async/LineageReuseSpark7.dml} (80%)

Reply via email to