Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading