You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2022/03/20 09:36:19 UTC

[GitHub] [systemds] corepointer opened a new pull request #1566: [SYSTEMDS-3334] Code-gen rewrite AGGMAX_ROWMAXS_VECTMULT

corepointer opened a new pull request #1566:
URL: https://github.com/apache/systemds/pull/1566


   This patch adds a rewrite to avoid vector intermediates in the generated row template of connected components by doing the elementwise multiplication, row_maxs and max in one pass.
   
   Works only for a certain small input size. Then other rewrites seem to get to modify the DAG before this pattern can be tested. E.g., tested with 1000 nodes -> works, tested with 100000 nodes -> pattern not applied because DAG is already different.


-- 
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-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org