You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "multiverstack-intellif (via GitHub)" <gi...@apache.org> on 2023/05/09 02:14:27 UTC

[GitHub] [tvm] multiverstack-intellif commented on a diff in pull request #14766: [TIR][Schedule] Improve blockize to support blockizing multiple blocks

multiverstack-intellif commented on code in PR #14766:
URL: https://github.com/apache/tvm/pull/14766#discussion_r1188048028


##########
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 for the reminder. Do you mean tensorcore needs read/write ranges to be in a specific form? What kind of requirement does it like?



-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org