Skip to content

Commit f049925

Browse files
authored
Build and test Proton for all GPUs (#5333)
B580: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/18569122698 (Proton tests passed) Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 537866b commit f049925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
mode: ${{ inputs.pytorch_mode }}
120120

121121
- name: Build Proton with XPU support
122-
if: inputs.device == 'max1100'
123122
run: |
124123
echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125124
@@ -286,7 +285,7 @@ jobs:
286285
echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
287286
288287
- name: Build PTI && Run Proton tests
289-
if: matrix.suite == 'rest' && inputs.device == 'max1100'
288+
if: matrix.suite == 'rest'
290289
run: |
291290
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
292291
git clone https://github.com/intel/pti-gpu.git

0 commit comments

Comments
 (0)