[BACKEND] avoid code duplication for fully warp-synchronous reductions (#1978)

This commit is contained in:
Philippe Tillet
2023-07-21 16:06:00 -07:00
committed by GitHub
parent 07c346b948
commit 1db3bdc52e
4 changed files with 15 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ jobs:
if: ${{ matrix.runner != 'macos-10.15' && (matrix.runner[1] != 'arc770') }}
run: |
python3 -m pip install --upgrade pre-commit
python3 -m pre_commit run --all-files
python3 -m pre_commit run --all-files --verbose
- name: Check pre-commit arc770
if: ${{ matrix.runner != 'macos-10.15' && (matrix.runner[1] == 'arc770') }}