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/05/25 04:57:27 UTC

[GitHub] [systemds] phaniarnab opened a new pull request, #1623: [SYSTEMDS-3367] Integrate UDF encoders in task graph

phaniarnab opened a new pull request, #1623:
URL: https://github.com/apache/systemds/pull/1623

   This patch integrates UDF-based transformencoders into the
   task graph to allow concurrent execution. As we cannot estimate
   the sparsity of an arbitrary UDF output, we always allocate
   dense output matrix if at least one UDF is present. If an UDF
   comes after a dummycode, we slice the expanded columns and
   apply the UDF. Moreover, we disable row partitioning for UDFs.


-- 
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] phaniarnab closed pull request #1623: [SYSTEMDS-3367] Integrate UDF encoders in task graph

Posted by GitBox <gi...@apache.org>.
phaniarnab closed pull request #1623: [SYSTEMDS-3367] Integrate UDF encoders in task graph
URL: https://github.com/apache/systemds/pull/1623


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