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

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


    from 39f0a32  [MINOR] Reverse last #1465 for the tests to pass (#1466)
     new b112b28  [SYSTEMDS-3020] Initial GPU junit tests
     new d8dd694  [MINOR] Various unit test related small corrections and 
improvements

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:
 pom.xml                                            |  10 +-
 .../org/apache/sysds/test/AutomatedTestBase.java   |   4 +-
 .../sysds/test/functions/dnn/Conv2DTest.java       |   2 +-
 .../test/gpu/BuiltinUnaryGPUInstructionTest.java   | 333 +++++++++++++++++++++
 .../sysds/test/gpu/codegen/CellwiseTmplTest.java   |  90 ++++++
 .../sysds/test/gpu/codegen/RowAggTmplTest.java     | 129 ++++++++
 6 files changed, 563 insertions(+), 5 deletions(-)
 create mode 100644 
src/test/java/org/apache/sysds/test/gpu/BuiltinUnaryGPUInstructionTest.java
 create mode 100644 
src/test/java/org/apache/sysds/test/gpu/codegen/CellwiseTmplTest.java
 create mode 100644 
src/test/java/org/apache/sysds/test/gpu/codegen/RowAggTmplTest.java

Reply via email to