-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug
Description
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?
(For the printer, it will use the intrinsic name pow to print, so if we use T.power, it maybe means that we need to change the intrinsic name.)
cc @junrushao
Metadata
Metadata
Assignees
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug