Skip to content

Commit fcbe5dd

Browse files
authored
Revert "Change default benchmark mode to upstream PyTorch (#2298)" (#2342)
Address #2298 (comment). This reverts commit 782aecf. CI status: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/11034669496
1 parent 6955edf commit fcbe5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ on:
1414
install_ipex:
1515
description: Install Intel PyTorch Extension
1616
type: boolean
17-
default: false
17+
default: true
1818
schedule:
1919
- cron: "5 23 * * *"
2020

2121
permissions: read-all
2222

2323
env:
2424
PYTHON_VERSION: "3.10"
25-
USE_IPEX: ${{ github.event_name == 'schedule' && '0' || inputs.install_ipex && '1' || '0' }}
25+
USE_IPEX: ${{ github.event_name == 'schedule' && '1' || inputs.install_ipex && '1' || '0' }}
2626

2727
jobs:
2828
build:

0 commit comments

Comments
 (0)