File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 mode : ${{ inputs.pytorch_mode }}
120120
121121 - name : Build Proton with XPU support
122- if : inputs.driver_version == 'rolling' && inputs. device == 'max1100'
122+ if : inputs.device == 'max1100'
123123 run : |
124124 echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125125
@@ -286,7 +286,7 @@ jobs:
286286 echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
287287
288288 - name : Build PTI && Run Proton tests
289- if : matrix.suite == 'rest' && inputs.driver_version == 'rolling' && inputs. device == 'max1100'
289+ if : matrix.suite == 'rest' && inputs.device == 'max1100'
290290 run : |
291291 PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
292292 git clone https://github.com/intel/pti-gpu.git
You can’t perform that action at this time.
0 commit comments