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 2021/01/05 02:04:15 UTC

[GitHub] [tvm] jcf94 opened a new issue #7207: [BUG] Get wrong measure time in graph debug runtime

jcf94 opened a new issue #7207:
URL: https://github.com/apache/tvm/issues/7207


   This bug was introduced in #6964 .
   Currently, use graph debug runtime will get wrong time result.
   
   Cause:
   https://github.com/apache/tvm/blob/d05275298d9e630af6d8ff958753fd010759935c/src/runtime/graph/debug/graph_runtime_debug.cc#L150-L159
   This function returns a time with second, but is expected to return microsecond.
   
   cc @areusch 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 commented on issue #7207: [BUG] Get wrong measure time in graph debug runtime

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on issue #7207:
URL: https://github.com/apache/tvm/issues/7207#issuecomment-756298316


   I suppose the bug has been fixed by #7197, is that correct?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] areusch commented on issue #7207: [BUG] Get wrong measure time in graph debug runtime

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #7207:
URL: https://github.com/apache/tvm/issues/7207#issuecomment-756305889


   no, it was tangential to that PR, so this issue is open to track a follow-on to fix


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] jcf94 closed issue #7207: [BUG] Get wrong measure time in graph debug runtime

Posted by GitBox <gi...@apache.org>.
jcf94 closed issue #7207:
URL: https://github.com/apache/tvm/issues/7207


   


----------------------------------------------------------------
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:
users@infra.apache.org