-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
So far we have a text printer for relay. which allows us to print an IRModule into text format. On the TIR side, we still relies on the ReprPrinter.
This is issue is for upgrading the text printer so that we can print an IRModule that include PrimFunc(tir::Function in the upstream) as a text format. This will help us to enhance the demo experience.
Possible Design Points
- Try to be as consistent as possible with relay (e.g. use %x for variables)
- Think about parsing, but the first attempt does not have to be parsiable
- Think about meta-data usage
Ideally we want to land a version in the mainline in about two to three weeks. @spectrometerHBH please see if it is possible for you and @Hzfengsy to coordinate a format and land a version, then we can pull back to the tensorIR
Metadata
Metadata
Assignees
Labels
No labels