slyubomirsky commented on code in PR #16569:
URL: https://github.com/apache/tvm/pull/16569#discussion_r1505315546
##########
tests/python/tir-base/test_tir_specialize.py:
##########
@@ -65,7 +65,7 @@ def matmul_m_128(a: T.handle, b: T.handle, c: T.handle) ->
None:
C[vi, vj] = C[vi, vj] + A[vi, vk] * B[vj, vk]
[email protected]_func
[email protected]_func(check_well_formed=False)
Review Comment:
Hm, is this a legitimate test case then? I am not sure. It would be easy
enough to add x as an argument, but would that still make sense as a test?
--
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]