-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
vision is clang-formatted via the default clang-format that is apt installed in CI. This is not friendly for users who are not using the exact distro in CI. We should fix a specific clang-format version and let people download clang format binaries on whatever platform they on.
This is implemented in pytorch/pytorch in tools/clang_format_all.py and related scripts. CC @suo @SplitInfinity
datumbox and SplitInfinity