junrushao commented on code in PR #12496:
URL: https://github.com/apache/tvm/pull/12496#discussion_r1020597851
##########
tests/python/unittest/test_tir_transform_lower_cross_thread_reduction.py:
##########
@@ -1329,20 +1247,6 @@ def test_single_reduction_loop_with_tensorize():
)
-def test_nested_reduction_loop_with_inner_match_buffers():
- _check(
- nested_reduction_loop_with_inner_match_buffers,
- nested_reduction_loop_with_inner_match_buffers,
- )
-
-
-def test_nested_reduction_loop_with_outer_match_buffers():
- _check(
- nested_reduction_loop_with_outer_match_buffers,
- nested_reduction_loop_with_outer_match_buffers,
- )
-
-
Review Comment:
This TVMScript is syntactically wrong. I've reached out to the original
author for a fix
--
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]