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/04/10 14:32:16 UTC

[GitHub] [systemds] Shafaq-Siddiqi opened a new pull request, #1581: [SYSTEMDS-3347] Flatten the nested loop for parallel pipelines execution

Shafaq-Siddiqi opened a new pull request, #1581:
URL: https://github.com/apache/systemds/pull/1581

    - This commit flattens the nested parfor loop in run_with_hyperparam()
       to increase the degress of parallelism by materializing the pipelines and
       resource hyper-parameters together in one frame and then execute them in a single parfor
      instead of parfor over pipelines and then nesting for hyper-parameters
    - This commit also introduce a frame builtin freplicate() that takes two parameters
      one multi-row frame and one single row frame and replicate the single row frame to multi-row.


-- 
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


[GitHub] [systemds] Shafaq-Siddiqi commented on pull request #1581: [SYSTEMDS-3347] Flatten the nested loop for parallel pipelines execution

Posted by GitBox <gi...@apache.org>.
Shafaq-Siddiqi commented on PR #1581:
URL: https://github.com/apache/systemds/pull/1581#issuecomment-1233490208

   merged in.


-- 
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


[GitHub] [systemds] Shafaq-Siddiqi closed pull request #1581: [SYSTEMDS-3347] Flatten the nested loop for parallel pipelines execution

Posted by GitBox <gi...@apache.org>.
Shafaq-Siddiqi closed pull request #1581: [SYSTEMDS-3347] Flatten the nested loop for parallel pipelines execution
URL: https://github.com/apache/systemds/pull/1581


-- 
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