phaniarnab opened a new pull request, #1814: URL: https://github.com/apache/systemds/pull/1814
This patch adds a flag for the update inplace for binary operations. The flag is disabled by default. This patch also adds a test which exposes a bug of binary inplace. A binary inplace operation consuming another inplaced intermediate (e.g. right index) leads to corruption. We also disable binary inplace if lineage-based reuse is enabled to avoid corrupting the cached intermediates. -- 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