accuracy cost evaluation: arithmetic avg --> geometric avg #12698
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Clang-Format | |
on: | |
push: | |
pull_request: | |
merge_group: | |
jobs: | |
build: | |
name: Format | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DoozyX/[email protected] | |
with: | |
source: 'enzyme/Enzyme enzyme/tools/enzyme-tblgen' | |
exclude: './CMakeLists.txt enzyme/Enzyme/SCEV' | |
style: 'llvm' | |
clangFormatVersion: 16 |