slyubomirsky commented on code in PR #16569:
URL: https://github.com/apache/tvm/pull/16569#discussion_r1491683121
##########
tests/python/tvmscript/test_tvmscript_parser_tir.py:
##########
@@ -272,7 +272,7 @@ def test_tir_starred_for_loop():
@T.prim_func(private=True)
def starred(a: T.handle, b: T.handle):
A = T.match_buffer(a, [*dims, 128], "int32")
- B = T.match_buffer(a, dims, "int32")
+ B = T.match_buffer(b, dims, "int32")
Review Comment:
This caused a well-formed error but I'm pretty sure it was a bug in the
first place.
--
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]