diff --git a/.github/workflows/sycl-linux-benchmark.yml b/.github/workflows/sycl-linux-benchmark.yml index 8331ada1dc3a6..55b5927f8e5a6 100644 --- a/.github/workflows/sycl-linux-benchmark.yml +++ b/.github/workflows/sycl-linux-benchmark.yml @@ -3,6 +3,8 @@ name: SYCL Benchmarking on: workflow_call: inputs: + name: + type: string runner: type: string required: True @@ -252,6 +254,7 @@ jobs: # # retention-days: 7 run_benchmarks: + name: Run benchmarks (${{ inputs.name }}) needs: [ check_build ] runs-on: ${{ fromJSON(inputs.runner) }} container: diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 0d5d7f97a142f..f088e92d9f26b 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -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"]'