You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ma...@apache.org on 2022/04/19 18:40:49 UTC

[systemds] branch main updated (27e36fc53a -> 06b2090105)

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

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


    from 27e36fc53a [MINOR] Fix system warnings vscode
     add 06b2090105 [SYSTEMDS-3022] Avoid cudaMemset() where possible

No new revisions were added by this update.

Summary of changes:
 .../sysds/runtime/codegen/SpoofCUDACellwise.java   |  4 +-
 .../sysds/runtime/codegen/SpoofCUDAOperator.java   |  6 +-
 .../sysds/runtime/codegen/SpoofCUDARowwise.java    |  2 +-
 .../controlprogram/context/ExecutionContext.java   | 16 +++++-
 .../instructions/gpu/DnnGPUInstruction.java        |  9 +--
 .../runtime/instructions/gpu/GPUInstruction.java   |  8 ++-
 .../gpu/MatrixReshapeGPUInstruction.java           |  3 +-
 .../instructions/gpu/context/CSRPointer.java       | 40 ++++++++------
 .../instructions/gpu/context/GPUContext.java       | 29 +++++++---
 .../instructions/gpu/context/GPUMemoryManager.java |  9 +--
 .../instructions/gpu/context/GPUObject.java        | 64 +++++++++++-----------
 .../instructions/gpu/context/ShadowBuffer.java     |  2 +-
 .../sysds/runtime/matrix/data/LibMatrixCUDA.java   | 54 ++++++++++++------
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.java  | 27 ++++-----
 .../data/LibMatrixCuDNNConvolutionAlgorithm.java   | 10 ++--
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.java |  4 +-
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.java    |  6 +-
 .../runtime/matrix/data/LibMatrixCuMatMult.java    |  2 +-
 .../data/SinglePrecisionCudaSupportFunctions.java  |  4 +-
 19 files changed, 183 insertions(+), 116 deletions(-)