sweetpellegrino opened a new pull request, #1982: URL: https://github.com/apache/systemds/pull/1982
This pull request introduces an implementation of a pipeline-aware linearization algorithm. It extends on the idea of [SYSTEMDS-3290] by marking the low-level operations for asynchronous execution. It achieves this by creating groups of Lops (pipelines) that are identified to be run in parallel. This PR introduces only the marking of the operations; not the asynchronous execution itself. Key changes: - Pipeline-Aware Linearization - Inclusion of new Linearization-Algorithm into existing test cases. - Creation of new Test-Class for the new _ILinearize_ functions. -- 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