Skip to content

[Bug] [TVMScript] T.power or T.pow? #13674

@lightzhan-intellif

Description

@lightzhan-intellif

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

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions