slyubomirsky commented on code in PR #16569:
URL: https://github.com/apache/tvm/pull/16569#discussion_r1505314732


##########
tests/python/tir-base/test_tir_renew_defs.py:
##########
@@ -82,7 +82,8 @@ def _get_block(f):
 
 
 def test_match_buffer():
-    @T.prim_func
+    # well-formed checker complains about multiple definitions for a variable 
A0_s1>?

Review Comment:
   Switching the strides value causes the test to fail later (the assert 
`matched_buffer1.strides[1] != matched_buffer2.strides[1]` fails), so I don't 
think that's the issue. I do not know what the intent of the test case is, but 
it may be necessary to make bigger changes to it.



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