Skip to content

Commit 53972f4

Browse files
authored
Hot fix after #4785 (#4810)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 9f918cd commit 53972f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ permissions: read-all
2929
env:
3030
PYTHON_VERSION: "${{ inputs.python_version }}"
3131
PYTORCH_REPO: "${{ inputs.pytorch_repo }}"
32-
TRITON_LESS_FLEX_ATTN_BWD_CONFIGS: 1
3332

3433
jobs:
3534
build:
@@ -72,6 +71,7 @@ jobs:
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

.github/workflows/inductor-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ env:
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

4443
jobs:
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

0 commit comments

Comments
 (0)