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 2022/01/25 22:30:39 UTC

[GitHub] [tvm] AndrewZhaoLuo opened a new issue #10064: Indexing ops should support unsigned integer types

AndrewZhaoLuo opened a new issue #10064:
URL: https://github.com/apache/tvm/issues/10064


   Right now stuff like gather, take, gather_nd, scatter are bound to signed integers. This should be pretty simple to add, we just need to change the type relations to support, most of the topi should work out of box.
   
   List of ops:
   - [ ] gather
   - [ ] gather_nd
   - [ ] take
   - [ ] scatter
   - [ ] scatter_nd
   - [ ] ...
   


-- 
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] AndrewZhaoLuo closed issue #10064: Indexing ops should support unsigned integer types

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


   


-- 
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] AndrewZhaoLuo commented on issue #10064: Indexing ops should support unsigned integer types

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


   Yeah sure, thanks for the help B) 


-- 
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] FZYUAN-1 commented on issue #10064: Indexing ops should support unsigned integer types

Posted by GitBox <gi...@apache.org>.
FZYUAN-1 commented on issue #10064:
URL: https://github.com/apache/tvm/issues/10064#issuecomment-1023077902


   Hello @AndrewZhaoLuo,
   
   Can I take the last 5 ops (scatter, scatter_add, scatter_nd, unravel_index, adv_index)?


-- 
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