alanmacd commented on code in PR #12063:
URL: https://github.com/apache/tvm/pull/12063#discussion_r923691418


##########
tests/python/unittest/test_runtime_trace.py:
##########
@@ -61,8 +67,10 @@ def check_assign(dtype):
 
 
 def test_trace_expr_sum_generated():
+    """Test trace expression sum generated"""
+
     @tvm.register_func("tvm.tir.trace_callback3")
-    def trace_buffer(x):
+    def trace_buffer(_):  # pylint: disable=unused-variable

Review Comment:
   I believe these cases are for the local function



-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to