multiverstack-intellif commented on code in PR #14766:
URL: https://github.com/apache/tvm/pull/14766#discussion_r1190583942
##########
tests/python/unittest/test_meta_schedule_schedule_rule_mlt_tc.py:
##########
@@ -988,15 +988,15 @@ def conv2d_1x1_0(inputs: T.Buffer((1, 16, 16, 64),
"float16"), weight: T.Buffer(
v2, v3 = T.axis.remap("SS", [ax2_1, ax3])
v4_o = T.axis.spatial(1, 0)
v5_o = T.axis.spatial(1, 0)
-
T.reads(conv2d_nhwc_reindex_shared_wmma_accumulator[v0, v1, v2, v3, 0:16, 0:16])
- T.writes(conv2d_nhwc_reindex_shared[v0, v1,
v2, v3, 0:16, 0:16])
+
T.reads(conv2d_nhwc_reindex_shared_wmma_accumulator[v0, v1, 0, 0, 0:16, 0:16])
Review Comment:
Thanks. Do you mean preserving the for loop with unit extend that
`preserve_unit_iters` ensure? The for loop in this case is not changed, only
the read/write range is changed here. Does it require all the iter vars be kept
anywhere in reads/writes and expressions even if it's always constant 0?
--
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]