Skip to content

Commit 93df768

Browse files
authored
Remove workflow input to select PTDB (#3071)
There is no PTDB on the runners, removing unsupported option. Fixes #2701.
1 parent 2705442 commit 93df768

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ on:
3131
description: Use Python built with pyenv
3232
type: boolean
3333
default: false
34-
oneapi_bundle:
35-
description: oneAPI bundle
36-
type: choice
37-
options:
38-
- PTDB
39-
- DLE
40-
default: DLE
4134

4235
schedule:
4336
- cron: "5 23 * * *"
@@ -71,14 +64,6 @@ jobs:
7164
${{ toJSON(inputs) }}
7265
EOF
7366
74-
- name: Use DLE
75-
if: ${{ (github.oneapi_bundle || 'DLE') == 'DLE' }}
76-
shell: bash
77-
run: |
78-
if [[ -e /opt/intel/dle ]]; then
79-
sudo ln -sfT /opt/intel/dle /opt/intel/oneapi
80-
fi
81-
8267
- name: Checkout repository
8368
uses: actions/checkout@v4
8469

0 commit comments

Comments
 (0)