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/21 09:39:08 UTC

[GitHub] [systemds] corepointer opened a new pull request #1567: [SYSTEMDS-3024] Improve performance by batching data descriptor trans…

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


   …fers
   
   The spoof cuda operators do several little cudaMemcpy() invocations per operator execution. By transferring all data in one go the overhead can be reduced. In addition, using asynchronous copies can further improve things and are a first step towards using more asynchronicity in the GPU operations.


-- 
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] corepointer closed pull request #1567: [SYSTEMDS-3024] Improve performance by batching data descriptor trans…

Posted by GitBox <gi...@apache.org>.
corepointer closed pull request #1567:
URL: https://github.com/apache/systemds/pull/1567


   


-- 
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] corepointer commented on pull request #1567: [SYSTEMDS-3024] Improve performance by batching data descriptor trans…

Posted by GitBox <gi...@apache.org>.
corepointer commented on pull request #1567:
URL: https://github.com/apache/systemds/pull/1567#issuecomment-1078516655


   LGTMS - CUDA codegen tests ran through just fine. 


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