Hzfengsy commented on a change in pull request #4885: Split node min range is
not stringent.
URL: https://github.com/apache/incubator-tvm/pull/4885#discussion_r379975076
##########
File path: tests/python/unittest/test_schedule_tensor_core.py
##########
@@ -339,17 +339,13 @@ def test_tensor_core_batch_conv():
ty, yo = s[AS].split(xo, nparts=block_col_warps)
t = s[AS].fuse(nn, ii)
to, ti = s[AS].split(t, factor=warp_size)
- s[AS].bind(tx, thread_y)
Review comment:
That‘s great. Can you create a discussion thread in
[https://discuss.tvm.ai](https://discuss.tvm.ai)?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services