junrushao opened a new pull request, #12507:
URL: https://github.com/apache/tvm/pull/12507

   Following https://github.com/apache/tvm/pull/12197, this PR introduces 
`Schedue.show()` which convenience the user experience in the following two 
aspects:
   - Python syntax highlighting
   - Outputs a schedule function instead of standalone instructions so that 
it's easier to follow.
   
   To demonstrate this change:
   - Before ``Schedule.show()` is introduced:
   <img width="555" alt="image" 
src="https://user-images.githubusercontent.com/22515877/185713487-03722566-1df7-45c7-a034-c1460d399681.png";>
   - After this change:
   <img width="583" alt="image" 
src="https://user-images.githubusercontent.com/22515877/185713564-c54f3a9d-cd52-4709-a8b8-d8a61361e611.png";>
   


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to