yzh119 commented on pull request #10420: URL: https://github.com/apache/tvm/pull/10420#issuecomment-1065792869
@Hzfengsy @MasterJH5574 @junrushao1994 I changed the rule we determine reduction blocks: if there is no init block, and there are sub-blocks, we check the following rules: 1. all block iters in the current block are data-parallel. 2. all sub-blocks are complete/reduction (this implies they are dominant). 3. there must be at least one reduction sub-block (there is a init block inside it). WDYT? -- 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]
