srkreddy1238 commented on code in PR #13670:
URL: https://github.com/apache/tvm/pull/13670#discussion_r1059569602


##########
tests/python/contrib/test_clml/infrastructure.py:
##########
@@ -155,9 +173,9 @@ def build_and_run(
     for _ in range(no_runs):
         gen_module.run()
         out.append([gen_module.get_output(i) for i in range(outputs)])
-    time_f = gen_module.module.time_evaluator("run", device.device.cl(0), 
number=1)
-    cost = time_f().mean
-    print("%g secs/iteration\n" % cost)
+    # time_f = gen_module.module.time_evaluator("run", device.device.cl(0), 
number=1)
+    # cost = time_f().mean
+    # print("%g secs/iteration\n" % cost)

Review Comment:
   This affects CI time and also to get ideal numbers we need to set 
```number``` to a higher value too. 
   For now, I am leaving it for developers to uncomment and use. 



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