From a5ba7514e7c23d61b60c95536fb7eb77654cda36 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Thu, 16 Oct 2025 17:08:14 +0000 Subject: [PATCH] Build and test Proton for all GPUs Signed-off-by: Anatoly Myachev --- .github/workflows/build-test-reusable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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