Skip to content

Commit 8a3efe7

Browse files
authored
Setup TRITON_INTEL_DEVICE_EXTENSIONS on WIN+PIP for any device with xe2 skiplist (#4476)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 4ade430 commit 8a3efe7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pip-test-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
run: |
5959
rm -rf /c/gh*
6060
61+
- name: Enable performance features with the TRITON_INTEL_DEVICE_EXTENSIONS setting for any device with xe2 skiplist
62+
if: ${{ inputs.skip_list == 'xe2' }}
63+
run: |
64+
echo "TRITON_INTEL_DEVICE_EXTENSIONS=cl_intel_subgroup_matrix_multiply_accumulate has_subgroup_matrix_multiply_accumulate_tensor_float32 cl_intel_subgroup_2d_block_io cl_intel_bfloat16_conversions" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
65+
6166
# Copy workspace to a temporary location with a shorter name.
6267
- name: Copy workspace
6368
run: |

0 commit comments

Comments
 (0)