wrongtest commented on pull request #9527: URL: https://github.com/apache/tvm/pull/9527#issuecomment-996656878
> why do you think it is necessary to keep the dynamic loop extent behavior After discusion with @Hzfengsy, I decide to revert the `allow_block_predicate` option to make a unified behavior. Since there is not a sound demand for that yet. The original concern is that if the desired pattern is just the dynamic loop extens. Take "cache" block as an example, user may want to lower it into some DMA operations. If the DMA intrinsic happen to be dynamic shape enabled, but without conditional accesses, it would be non-trivial to pattern matching during lowering. -- 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]
