Lunderberg opened a new pull request, #14874: URL: https://github.com/apache/tvm/pull/14874
Previously, even if an object is supported by TVMScript, printing that object could fail if the object contains references to un-registered objects. In particular, the attributes in the `PrimFunc` and `AttrStmt` may contain any `ObjectRef`, and are frequently used for external bookkeeping. This commit adds a default printer for unregistered types in TVMScript. This is a follow-up to changes made in https://github.com/apache/tvm/pull/14840 -- 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]
