You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/11 18:59:12 UTC

[GitHub] [tvm] tmoreau89 opened a new pull request #10225: [TVMC] End to end benchmarking

tmoreau89 opened a new pull request #10225:
URL: https://github.com/apache/tvm/pull/10225


   [End to end benchmarking](https://github.com/apache/tvm/pull/8858) was added to the VM and graph executor in order to faithfully represent execution time of a graph module in order to account for data transfer overheads. This can be particularly significant on discrete GPUs, where PCI-E transfers are important to account for in a typical model serving deployment.
   
   This PR proposes to modify the default measurement done by TVMC to always benchmark end to end execution time from CPU local device context. 
   Another option is to expose in TVMC a flag that lets the user perform end to end benchmarking. I recommend however not benchmarking without data transfer overheads as it presents an overly optimistic outlook on TVM performance.


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] tmoreau89 closed pull request #10225: [TVMC] End to end benchmarking

Posted by GitBox <gi...@apache.org>.
tmoreau89 closed pull request #10225:
URL: https://github.com/apache/tvm/pull/10225


   


-- 
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: commits-unsubscribe@tvm.apache.org

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