We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bug was introduced in #6964 . Currently, use graph debug runtime will get wrong time result.
Cause:
tvm/src/runtime/graph/debug/graph_runtime_debug.cc
Lines 150 to 159 in d052752
cc @areusch
The text was updated successfully, but these errors were encountered:
I suppose the bug has been fixed by #7197, is that correct?
Sorry, something went wrong.
no, it was tangential to that PR, so this issue is open to track a follow-on to fix
Successfully merging a pull request may close this issue.
This bug was introduced in #6964 .
Currently, use graph debug runtime will get wrong time result.
Cause:
tvm/src/runtime/graph/debug/graph_runtime_debug.cc
Lines 150 to 159 in d052752
This function returns a time with second, but is expected to return microsecond.
cc @areusch
The text was updated successfully, but these errors were encountered: