Skip to content

Implement thread coarsening for GPU kernels (#352) #1605

Implement thread coarsening for GPU kernels (#352)

Implement thread coarsening for GPU kernels (#352) #1605

Workflow file for this run

name: run-clang-format
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: './tools/cgeist/Test ./test'
clangFormatVersion: 11
style: llvm