This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from b6adccaf00 [MINOR] Fix python neural network tests (race condition
random.seed)
add eea4afc7ab [MINOR] Additional tests for single-/multi-threaded matmult
and uagg
No new revisions were added by this update.
Summary of changes:
.../sysds/runtime/matrix/data/LibMatrixAgg.java | 4 +-
.../test/component/matrix/MatrixAggKernelTest.java | 127 +++++++++++++++++++++
.../component/matrix/MatrixMultiplyKernelTest.java | 27 +++++
3 files changed, 156 insertions(+), 2 deletions(-)
create mode 100644
src/test/java/org/apache/sysds/test/component/matrix/MatrixAggKernelTest.java