Skip to content

Commit

Permalink
Add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 13, 2024
1 parent 45a93ba commit a4a1c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/sycl-linux-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: SYCL Benchmarking
on:
workflow_call:
inputs:
name:
type: string
runner:
type: string
required: True
Expand Down Expand Up @@ -252,6 +254,7 @@ jobs:
# # retention-days: 7

run_benchmarks:
name: Run benchmarks (${{ inputs.name }})
needs: [ check_build ]
runs-on: ${{ fromJSON(inputs.runner) }}
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
target_devices: level_zero:gpu;opencl:gpu;opencl:cpu
reset_intel_gpu: true
reset_gpu: true
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
# - name: E2E tests on Intel Arc A-Series Graphics
# runner: '["Linux", "arc"]'
Expand Down

0 comments on commit a4a1c03

Please sign in to comment.