feat: add max_pool3d_with_indices base (#330)
#7559
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)$' |