diff --git a/.github/workflows/triton-benchmarks.yml b/.github/workflows/triton-benchmarks.yml index 66ee0821c6..84082bbe77 100644 --- a/.github/workflows/triton-benchmarks.yml +++ b/.github/workflows/triton-benchmarks.yml @@ -31,13 +31,6 @@ on: description: Use Python built with pyenv type: boolean default: false - oneapi_bundle: - description: oneAPI bundle - type: choice - options: - - PTDB - - DLE - default: DLE schedule: - cron: "5 23 * * *" @@ -71,14 +64,6 @@ jobs: ${{ toJSON(inputs) }} EOF - - name: Use DLE - if: ${{ (github.oneapi_bundle || 'DLE') == 'DLE' }} - shell: bash - run: | - if [[ -e /opt/intel/dle ]]; then - sudo ln -sfT /opt/intel/dle /opt/intel/oneapi - fi - - name: Checkout repository uses: actions/checkout@v4