junrushao commented on PR #15706:
URL: https://github.com/apache/tvm/pull/15706#issuecomment-1712540425

   @Lunderberg it makes sense to have shorter lines in function signature, but 
my main worry is that it may lead to too fragmented line breakings like this: 
https://github.com/apache/tvm/blob/main/tests/python/unittest/test_tvmscript_roundtrip.py#L374,
 which happens a bit more frequently than long function signatures considering 
our arith analysis in most of the cases. Therefore, I usually turn off 
black_format when developing TIR schedules/passes.
   
   I don’t have strong opinion on the default value of this flag though. 
Personally I always write  “.show(black_format=False)” by default. It doesn’t 
bother me a lot, but considering there seem more cases it’s better to be turned 
off in the test file I shared, it might be better to do so by default.


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

Reply via email to