jverma-quic commented on PR #12340: URL: https://github.com/apache/tvm/pull/12340#issuecomment-1220806317
> This PR introduces several TOPI-related functions (`qnn_avg_pool2d_compute` and `qnn_avg_pool2d_schedule`). Does this PR make these functions available for compile-time consideration by TOPI? > > I'm not very familiar with the mechanisms TVM uses for this, so apologies if I'm just missing how it happens. That's correct. The PR does introduce several TOPI related functions. However, since they require inputs and outputs to be in 2d discontiguous buffer, they aren't yet available for use by OpStrategy. One of the issues here is that Relay is unable to handle complex layout needed for these discontiguous buffers and requires some additional work. -- 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]
