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


##########
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:
   done



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