Skip to content

Commit 4061fb7

Browse files
authored
Re-enable Proton in CI (#4200)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent fb38be0 commit 4061fb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ jobs:
118118
mode: ${{ inputs.pytorch_mode }}
119119

120120
- name: Build Proton with XPU support
121-
# FIXME: re-enable Proton
122-
if: false && inputs.driver_version == 'rolling' && inputs.device == 'max1100'
121+
if: inputs.driver_version == 'rolling' && inputs.device == 'max1100'
123122
run: |
124123
echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125124
@@ -274,8 +273,7 @@ jobs:
274273
echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
275274
276275
- name: Run Proton tests
277-
# FIXME: re-enable Proton
278-
if: false && matrix.suite == 'rest' && inputs.driver_version == 'rolling' && inputs.device == 'max1100'
276+
if: matrix.suite == 'rest' && inputs.driver_version == 'rolling' && inputs.device == 'max1100'
279277
run: |
280278
cd third_party/proton/test
281279
pytest test_api.py test_lib.py test_profile.py test_viewer.py test_record.py -s -v

0 commit comments

Comments
 (0)