junrushao1994 commented on a change in pull request #8121:
URL: https://github.com/apache/tvm/pull/8121#discussion_r638490710



##########
File path: python/tvm/tir/schedule/schedule.py
##########
@@ -71,6 +81,8 @@ def __init__(
         debug_mode : Union[bool, int]
             Do extra correctness checking after the class creation and each 
time
             scheduling primitive
+        error_render_level : str = "detail"
+            The level of error rendering. Choices: "detail", "fast", "none"

Review comment:
       What about this one:
   
   ```
   The level of error rendering. Choices: "detail", "fast", "none".
   "detail": Render a detailed error message, with the TIR and error locations 
printed
   "fast: Show a simple error message without rendering or string manipulation
   "none": Do not show any error message.
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to