Skip to content

refactor(pr66): rename AscendC custom kernels to PascalCase + C2 para… #296

refactor(pr66): rename AscendC custom kernels to PascalCase + C2 para…

refactor(pr66): rename AscendC custom kernels to PascalCase + C2 para… #296

Workflow file for this run

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)$'