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/06/02 18:48:49 UTC

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #11542: [PROFILER] Fix percent compute bound calculation

AndrewZhaoLuo commented on code in PR #11542:
URL: https://github.com/apache/tvm/pull/11542#discussion_r888281319


##########
tests/python/unittest/test_runtime_profiling.py:
##########
@@ -325,10 +325,11 @@ def test_roofline_analysis(target, dev):
     assert "Percent of Theoretical Optimal" in report.table()
     for call in report.calls:
         if "Percent of Theoretical Optimal" in call:
+            print(call["Percent of Theoretical Optimal"].ratio)

Review Comment:
   Remove



-- 
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