File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ permissions: read-all
2929env :
3030 PYTHON_VERSION : " ${{ inputs.python_version }}"
3131 PYTORCH_REPO : " ${{ inputs.pytorch_repo }}"
32- TRITON_LESS_FLEX_ATTN_BWD_CONFIGS : 1
3332
3433jobs :
3534 build :
7271 - name : Run inductor tests
7372 run : |
7473 export PYTORCH_TESTING_DEVICE_ONLY_FOR="xpu"
74+ export TRITON_LESS_FLEX_ATTN_BWD_CONFIGS="1"
7575 bash scripts/test-pytorch.sh ${{ inputs.suite }}
7676
7777 - name : Report environment details
Original file line number Diff line number Diff line change 3939 PYTHONIOENCODING : utf-8
4040 PYTHON_VERSION : " ${{ inputs.python_version || '3.10' }}"
4141 NEW_WORKSPACE : C:\gh${{ github.run_id }}
42- TRITON_LESS_FLEX_ATTN_BWD_CONFIGS : 1
4342
4443jobs :
4544 build :
@@ -145,6 +144,7 @@ jobs:
145144 cd ${{ env.NEW_WORKSPACE }}
146145
147146 $env:PYTORCH_TESTING_DEVICE_ONLY_FOR = "bmg"
147+ $env:TRITON_LESS_FLEX_ATTN_BWD_CONFIGS = "1"
148148 bash scripts/test-pytorch.sh ${{ inputs.suite }}
149149
150150 - name : Upload test logs
You can’t perform that action at this time.
0 commit comments