masahi commented on code in PR #13352:
URL: https://github.com/apache/tvm/pull/13352#discussion_r1019557035


##########
tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_int8.py:
##########
@@ -372,6 +596,11 @@ def test_packed_8x8x32_resnet50(hexagon_launcher):
 
         np.testing.assert_allclose(ref_result, hexagon_output, atol=1e-4, 
rtol=1e-5)
 
+        debug_ex = session.get_graph_debug_executor(
+            hexagon_lowered.get_graph_json(), hexagon_lowered.lib
+        )
+        print(debug_ex.profile(input_name=inp.copy()))

Review Comment:
   Do we want `benchmark` at L589 and profiling here, given that this test is 
not really tuning anything?



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