tqchen opened a new issue #5313: [TE] Support Scan of non-highest axis URL: https://github.com/apache/incubator-tvm/issues/5313 For algorithms like cumsum, most of the cases requires scanning over non-highest axis. The current workaround for this issue is to transposing the target axis to the highest and then do the scanning. It would be great to add direct support for scanning over other axis though. Background https://github.com/apache/incubator-tvm/pull/5289
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
