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


##########
tests/python/integration/test_tuning.py:
##########
@@ -34,100 +33,138 @@
 from tvm.ir.instrument import pass_instrument
 from tvm.ir.transform import PassContext
 from tvm.target import Target
+from tvm.tir.analysis import _ffi_api as _analysis_ffi_api
 
 
 def setup_module():
+    """Setup the module used for testing."""
+
     @autotvm.template("testing/conv2d_no_batching")
-    def conv2d_no_batching(N, H, W, CI, CO, KH, KW):
+    def conv2d_no_batching(  # pylint: disable=unused-variable

Review Comment:
   the function isn't used so yeah unfortunately not :/, however it is 
registered in the big autotvm task table or something



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