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 811e3f474c [SYSTEMDS-3334] Codegen RowMaxs_VectMult rewrite
new fc5b03de84 [SYSTEMDS-3352] CUDA code gen support for connected
components
new 29bf8f18ad [SYSTEMDS-3352] CUDA code generation binaries
The 2 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:
.../cpp/lib/libsystemds_spoof_cuda-Linux-x86_64.so | Bin 302880 -> 285976
bytes
src/main/cuda/headers/Matrix.h | 52 +-
src/main/cuda/headers/spoof_utils.cuh | 215 ++--
src/main/cuda/headers/vector_write.cuh | 20 +-
src/main/cuda/kernels/reduction.ptx | 1185 ++++++++++++--------
src/main/cuda/spoof-launcher/SpoofCUDAContext.cpp | 23 +-
src/main/cuda/spoof-launcher/SpoofRowwise.h | 8 +-
src/main/cuda/spoof-launcher/jni_bridge.cpp | 4 +-
src/main/cuda/spoof/rowwise.cu | 9 +-
.../apache/sysds/hops/codegen/cplan/CNodeRow.java | 7 +-
.../sysds/hops/codegen/cplan/cuda/Binary.java | 391 +++----
.../sysds/hops/codegen/cplan/cuda/Ternary.java | 88 +-
.../sysds/hops/codegen/cplan/cuda/Unary.java | 313 +++---
.../sysds/runtime/codegen/SpoofCUDACellwise.java | 4 +-
.../sysds/runtime/codegen/SpoofCUDARowwise.java | 4 +-
15 files changed, 1160 insertions(+), 1163 deletions(-)