File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments