tkonolige opened a new pull request #7472: URL: https://github.com/apache/tvm/pull/7472
This PR adds device specific timers for use in profiling. I've included CPU (std::steady_clock), CUDA (cudaEvent), and ROCM timers (rocmEvent). On devices that do no have a timer supplied, we fall back to using the CPU timer with TVMSychronize. @areusch @hlu1 @jwfromm @icemelon9 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
