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 b7e101e627 [MINOR] Fix old tests with redundant writes of inputs files new 559f770294 [SYSTEMDS-3730] Multi-threaded reverse operations new 11c5a74ed6 [SYSTEMDS-3730] Fixed and improved multi-threaded reverse operations 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: src/main/java/org/apache/sysds/hops/ReorgOp.java | 16 +++- src/main/java/org/apache/sysds/lops/Transform.java | 2 +- .../instructions/cp/ReorgCPInstruction.java | 9 ++- .../sysds/runtime/matrix/data/LibMatrixReorg.java | 93 +++++++++++++++++----- .../test/functions/reorg/FullReverseTest.java | 81 +++++++++---------- 5 files changed, 129 insertions(+), 72 deletions(-)