slyubomirsky opened a new pull request, #16514: URL: https://github.com/apache/tvm/pull/16514
Many Relax passes that rely on dataflow blocks do not explicitly state that they do. This is relevant for the phase ordering, since `ToNonDataflow` is eventually used. Additionally, if a user did not manually insert dataflow blocks, the pass `ConvertToDataflow` can be used to automatically extract dataflow blocks. This PR adds doc comments for passes that do depend on DF blocks and also adds notes suggesting the use of `ConvertToDataflow` to ensure that there will be DF blocks for these passes (if applicable). -- 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]
