Skip to content

Commit 89d4a90

Browse files
committed
Add input oneapi_bundle
1 parent a27aa7b commit 89d4a90

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ on:
3232
description: Use Python built with pyenv
3333
type: boolean
3434
default: false
35+
oneapi_bundle:
36+
description: oneAPI bundle
37+
type: choice
38+
options:
39+
- PTDB
40+
- DLE
41+
default: PTDB
3542

3643
schedule:
3744
- cron: "5 23 * * *"
@@ -67,7 +74,7 @@ jobs:
6774
EOF
6875
6976
- name: Use DLE
70-
if: ${{ env.USE_IPEX == '0' }}
77+
if: ${{ inputs.oneapi_bundle == 'DLE' }}
7178
shell: bash
7279
run: |
7380
if [[ -e /opt/intel/dle ]]; then

0 commit comments

Comments
 (0)