yzh119 removed a comment on pull request #10420: URL: https://github.com/apache/tvm/pull/10420#issuecomment-1056472517
@Hzfengsy The case you mentioned is not parallelizable because paralleize computation requires stage_pipeline: https://github.com/apache/tvm/blob/96416c4941df0ba292dcf2f7ddb35c8909860341/src/tir/schedule/primitive/for_kind.cc#L160-L161 However, I changed the code so that `GetInnermostDominantSubBlockSRef` will be used in `IsCompleteBlock` and `IsReductionBlock` rather than `CheckSubtreeCompactDataflow`. -- 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]
