diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 178a80e30e088..865847948f9b2 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -67,6 +67,7 @@ jobs: target_devices: ext_oneapi_level_zero:gpu;opencl:gpu;opencl:cpu reset_gpu: true install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }} + extra_lit_opts: --param gpu-intel-gen12=True - name: Matrix E2E tests on Intel Arc A-Series Graphics runner: '["Linux", "arc"]' image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 00205a52b03e1..a613e7999f85b 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -44,6 +44,7 @@ jobs: include: - name: Intel GEN12 Graphics with Level Zero runner: '["Linux", "gen12"]' + extra_lit_opts: --param gpu-intel-gen12=True - name: Intel Arc A-Series Graphics with Level Zero runner: '["Linux", "arc"]' extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True @@ -56,7 +57,7 @@ jobs: - name: Perf tests on Intel GEN12 Graphics system runner: '["Linux", "gen12"]' env: '{"LIT_FILTER":"PerformanceTests/"}' - extra_lit_opts: -a -j 1 --param enable-perf-tests=True + extra_lit_opts: -a -j 1 --param enable-perf-tests=True --param gpu-intel-gen12=True target_devices: all - name: Perf tests on Intel Arc A-Series Graphics system runner: '["Linux", "arc"]' @@ -101,6 +102,7 @@ jobs: name: Intel GEN12 Graphics with Level Zero runner: '["Windows","gen12"]' sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }} + extra_lit_opts: --param gpu-intel-gen12=True macos_default: name: macOS diff --git a/.github/workflows/sycl-windows-precommit.yml b/.github/workflows/sycl-windows-precommit.yml index f5ad78275d6fa..fd6d8a2ce8688 100644 --- a/.github/workflows/sycl-windows-precommit.yml +++ b/.github/workflows/sycl-windows-precommit.yml @@ -56,3 +56,4 @@ jobs: name: Intel GEN12 Graphics with Level Zero runner: '["Windows","gen12"]' sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }} + extra_lit_opts: --param gpu-intel-gen12=True