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


##########
tests/python/tir-base/test_tir_specialize.py:
##########
@@ -275,7 +275,8 @@ def before(A: T.Buffer([16, 16], "float32"), B: 
T.Buffer([16, 16], "float32")):
         for i in range(256):
             B_flat[i] = A_flat[i] * 2.0
 
-    @T.prim_func(private=True)
+    # well-formed checker complains about multiple nested definitions of 
B_flat?

Review Comment:
   @Lunderberg do you think anything needs to be done about this case? Is it 
legitimate to have a well-formedness error here?



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