Skip to content

Commit

Permalink
fix benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jan 2, 2025
1 parent c32ad36 commit b5fa113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ jobs:

benchmark:
needs: [build, detect_changes]
permissions:
contents: write
if: ${{ always() && !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
strategy:
fail-fast: false
Expand All @@ -264,7 +266,6 @@ jobs:
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
target_devices: level_zero:gpu;opencl:gpu
reset_intel_gpu: true
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
env: |
{
"LIT_FILTER": ${{ needs.determine_arc_tests.outputs.arc_tests }},
Expand All @@ -288,11 +289,10 @@ jobs:
image: ${{ matrix.image }}
image_options: ${{ matrix.image_options }}
target_devices: ${{ matrix.target_devices }}
extra_lit_opts: ${{ matrix.extra_lit_opts }}
env: ${{ matrix.env || '{}' }}

# TODO integrate these
# # Do not install drivers on AMD and CUDA runners.
# # Do not install drivers on AMD and CUDA runnersu
# install_igc_driver: >-
# ${{ !contains(matrix.target_devices, 'ext_oneapi_cuda') &&
# !contains(matrix.target_devices, 'ext_oneapi_hip') &&
Expand Down

0 comments on commit b5fa113

Please sign in to comment.