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
29
29
env :
30
30
PYTHON_VERSION : " ${{ inputs.python_version }}"
31
31
PYTORCH_REPO : " ${{ inputs.pytorch_repo }}"
32
- TRITON_LESS_FLEX_ATTN_BWD_CONFIGS : 1
33
32
34
33
jobs :
35
34
build :
72
71
- name : Run inductor tests
73
72
run : |
74
73
export PYTORCH_TESTING_DEVICE_ONLY_FOR="xpu"
74
+ export TRITON_LESS_FLEX_ATTN_BWD_CONFIGS="1"
75
75
bash scripts/test-pytorch.sh ${{ inputs.suite }}
76
76
77
77
- name : Report environment details
Original file line number Diff line number Diff line change 39
39
PYTHONIOENCODING : utf-8
40
40
PYTHON_VERSION : " ${{ inputs.python_version || '3.10' }}"
41
41
NEW_WORKSPACE : C:\gh${{ github.run_id }}
42
- TRITON_LESS_FLEX_ATTN_BWD_CONFIGS : 1
43
42
44
43
jobs :
45
44
build :
@@ -145,6 +144,7 @@ jobs:
145
144
cd ${{ env.NEW_WORKSPACE }}
146
145
147
146
$env:PYTORCH_TESTING_DEVICE_ONLY_FOR = "bmg"
147
+ $env:TRITON_LESS_FLEX_ATTN_BWD_CONFIGS = "1"
148
148
bash scripts/test-pytorch.sh ${{ inputs.suite }}
149
149
150
150
- name : Upload test logs
You can’t perform that action at this time.
0 commit comments