We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537866b commit f049925Copy full SHA for f049925
.github/workflows/build-test-reusable.yml
@@ -119,7 +119,6 @@ jobs:
119
mode: ${{ inputs.pytorch_mode }}
120
121
- name: Build Proton with XPU support
122
- if: inputs.device == 'max1100'
123
run: |
124
echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125
@@ -286,7 +285,7 @@ jobs:
286
285
echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
287
288
- name: Build PTI && Run Proton tests
289
- if: matrix.suite == 'rest' && inputs.device == 'max1100'
+ if: matrix.suite == 'rest'
290
291
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
292
git clone https://github.com/intel/pti-gpu.git
0 commit comments