lxiongh opened a new issue, #14366:
URL: https://github.com/apache/tvm/issues/14366

   
https://github.com/apache/tvm/blob/46fb2ff35f95321e5d76610960c626bfa7a784fc/python/tvm/driver/tvmc/runner.py#L628-L635
   
   should be:
   ```python
   if benchmark:
     if end_to_end:
       dev = session.cpu()
   
     times = exe.benchmark(
         dev,
         **input_tensor,
         func_name="main",
         repeat=repeat,
         number=number,
         end_to_end=end_to_end,
     )
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to