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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
