mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[BACKEND] avoid code duplication for fully warp-synchronous reductions (#1978)
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user