Baunsgaard opened a new pull request #1333: URL: https://github.com/apache/systemds/pull/1333
The Binary element wise operation is sided, meaning that the inplace operator needs to support witch input matrix to allocated the output into wile taking into account which matrix the input cell is from. This lead to a bug where the lef sided minus operator with an uncompressed left matrix and compressed right would swap places in the execution and therefore produce incorrect results. The fix was to introduce a LeftBinary inplace operator in LibMatrixBincell. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org