feat(nvidia): add flash_attn_with_kvcache (#818)
#9514
This file contains hidden or 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] | |
| jobs: | |
| clang-format: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: jidicula/clang-format-action@v4.15.0 | |
| with: | |
| clang-format-version: "21" | |
| include-regex: '^.*\.(h|cc|cuh|mlu)$' |