You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/12 16:21:35 UTC

[GitHub] [incubator-tvm] tqchen opened a new issue #5313: [TE] Support Scan of non-highest axis

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [tvm] masahi commented on issue #5313: [TE] Support Scan of non-highest axis

Posted by GitBox <gi...@apache.org>.
masahi commented on issue #5313:
URL: https://github.com/apache/tvm/issues/5313#issuecomment-1008432015


   We have cumsum op now.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi closed issue #5313: [TE] Support Scan of non-highest axis

Posted by GitBox <gi...@apache.org>.
masahi closed issue #5313:
URL: https://github.com/apache/tvm/issues/5313


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org