yzh119 commented on pull request #10420: URL: https://github.com/apache/tvm/pull/10420#issuecomment-1065832045
> > 1. all block iters in the current block are data-parallel. > > Why it's not a complete block? @Hzfengsy I think the nested block would not influence how we determine complete blocks, and the read and write region should out overlap. The only tricky thing is on reduction blocks, where there are overlaps between reads and writes, and the `init` may reside in some of the sub-blocks. If there is a reduction iter-var in the current block, then there should be a `init` block inside the current block. So we only consider the case the all iter vars are data parallel. -- 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]
