This is an automated email from the ASF dual-hosted git repository.
markd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from b350c04 [SYSTEMDS-2725] NNZ counting for native blas
new 981b1e5 [MINOR] Fix R execution on Windows when using R version 4.0
new a82c21a [MINOR] Cuda code template classes package rename cpp->cuda
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:
.../java/org/apache/sysds/hops/codegen/cplan/CNode.java | 8 ++++----
.../sysds/hops/codegen/cplan/{cpp => cuda}/Binary.java | 2 +-
.../sysds/hops/codegen/cplan/{cpp => cuda}/CellWise.java | 2 +-
.../sysds/hops/codegen/cplan/{cpp => cuda}/Ternary.java | 2 +-
.../sysds/hops/codegen/cplan/{cpp => cuda}/Unary.java | 2 +-
.../java/org/apache/sysds/test/AutomatedTestBase.java | 16 +++++++++++-----
6 files changed, 19 insertions(+), 13 deletions(-)
rename src/main/java/org/apache/sysds/hops/codegen/cplan/{cpp =>
cuda}/Binary.java (99%)
rename src/main/java/org/apache/sysds/hops/codegen/cplan/{cpp =>
cuda}/CellWise.java (98%)
rename src/main/java/org/apache/sysds/hops/codegen/cplan/{cpp =>
cuda}/Ternary.java (98%)
rename src/main/java/org/apache/sysds/hops/codegen/cplan/{cpp =>
cuda}/Unary.java (99%)