ensure that double stores to tape do not incure additional mallocs #21
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@v3 | |
- uses: DoozyX/clang-format-lint-action@v0.16.2 | |
with: | |
source: 'enzyme/Enzyme enzyme/tools/enzyme-tblgen' | |
exclude: './CMakeLists.txt enzyme/Enzyme/SCEV' | |
style: 'llvm' | |
clangFormatVersion: 16 |