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/12/30 07:43:56 UTC

[GitHub] [tvm] lightzhan-intellif opened a new issue, #13674: [Bug] [TVMScript] T.power or T.pow?

lightzhan-intellif opened a new issue, #13674:
URL: https://github.com/apache/tvm/issues/13674

   Hi all,
   When I use TVMScript, I find a problem about the roundtripability of the intrinsic `tir.pow`. Currently, we use `T.power` to express that we want to call the intrinsic `tir.pow`, but when we print the script, it becomes "T.pow" which can not be parsed by the parser any more.
   
   So, for the roundtripability of the intrinsic `tir.pow`, which name should we use?
   
   cc @junrushao 


-- 
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.apache.org

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


[GitHub] [tvm] vinx13 closed issue #13674: [Bug] [TVMScript] T.power or T.pow?

Posted by GitBox <gi...@apache.org>.
vinx13 closed issue #13674: [Bug] [TVMScript] T.power or T.pow?
URL: https://github.com/apache/tvm/issues/13674


-- 
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] junrushao commented on issue #13674: [Bug] [TVMScript] T.power or T.pow?

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

   Thanks for bringing this up! The naming inconsistency is definitely an issue we should fix. Ideally, if the intrinsic name is `pow`, we should probably stick with `pow` everywhere. Would you mind sending a fix?


-- 
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] lightzhan-intellif commented on issue #13674: [Bug] [TVMScript] T.power or T.pow?

Posted by GitBox <gi...@apache.org>.
lightzhan-intellif commented on issue #13674:
URL: https://github.com/apache/tvm/issues/13674#issuecomment-1370402972

   Of course not.


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