quic-sanirudh opened a new pull request #10844: URL: https://github.com/apache/tvm/pull/10844
The format of the printed PassInfoNode was difficult to read as there was no separation between the different attributes of the node Before this change, PassInfo is printed as: ``` The meta data of the pass: pass name: tir.ApplyLayoutTransformsopt_level: 0required passes: [ ] ``` After this change, PassInfo is printed as: ``` The meta data of the pass - pass name: tir.ApplyLayoutTransforms, opt_level: 0, required passes: [] ``` -- 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]
