diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index e2f2c1bcd6..be7ea2699f 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -119,7 +119,6 @@ jobs: mode: ${{ inputs.pytorch_mode }} - name: Build Proton with XPU support - if: inputs.device == 'max1100' run: | echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV @@ -286,7 +285,7 @@ jobs: echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV - name: Build PTI && Run Proton tests - if: matrix.suite == 'rest' && inputs.device == 'max1100' + if: matrix.suite == 'rest' run: | PTI_COMMIT_ID="$(<.github/pins/pti.txt)" git clone https://github.com/intel/pti-gpu.git