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.
TRITON_INTEL_DEVICE_EXTENSIONS
1 parent 4ade430 commit 8a3efe7Copy full SHA for 8a3efe7
.github/workflows/pip-test-windows.yml
@@ -58,6 +58,11 @@ jobs:
58
run: |
59
rm -rf /c/gh*
60
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
+
66
# Copy workspace to a temporary location with a shorter name.
67
- name: Copy workspace
68
0 commit comments