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 2021/03/05 01:38:40 UTC

[GitHub] [tvm] tqchen edited a comment on pull request #7594: [RUNTIME] Add double and int to the object system

tqchen edited a comment on pull request #7594:
URL: https://github.com/apache/tvm/pull/7594#issuecomment-791078764


   Thanks @tkonolige . I have thought about these containers for quite a while, however it would be good to think deeper and have a RFC discussion around the case.
   
   Specifically, I think it would be great to understand the future interactions with the existing tir constants in TVM, namely IntImm and FloatImm.
   
   Right now the runtime conversion automatically converts the values into Integer and FloatImm when a container is required. If we are going to introduce the current container types, we would need to think about how does the types interact with each other in the existing operator overloading mechanism.
   
   It is also worth to talk about whether or not should we move the Integer container to directly use the runtime int.
   


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