You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adam Dickin edited this page Jun 13, 2025
·
9 revisions
Format via make commands
There are now two make commands in the repo that can help with formatting.
make check_format: this will check your format and output an error if something is incorrectly formatted. Does not make changes make format: this will format any files that are incorrectly formatted automatically. Makes Changes
Format Via External Script
Run this script from the root of MIOpen tree (where the .clang-format file resides) prior committing your edits to avoid formatting failures: