Lunderberg opened a new pull request, #16811: URL: https://github.com/apache/tvm/pull/16811
TVM's IR dialects require single-site assignment. However, the printer is different from most utilities, as it is often used for debugging when runtime assumptions are violated. Therefore, it may neither assume that its input is well-formed, nor may it throw an exception if the input is ill-formed, and must print an accurate representation of the underlying IR for use in debugging. When debugging, being unable to print an ill-formed `IRModule` prevents a developer from determining why the IRModule is ill-formed. -- 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]
