File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ jobs:
118
118
mode : ${{ inputs.pytorch_mode }}
119
119
120
120
- 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'
123
122
run : |
124
123
echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125
124
@@ -274,8 +273,7 @@ jobs:
274
273
echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
275
274
276
275
- 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'
279
277
run : |
280
278
cd third_party/proton/test
281
279
pytest test_api.py test_lib.py test_profile.py test_viewer.py test_record.py -s -v
You can’t perform that action at this time.
0 commit comments