From 036cab27866f6200609f2741b5918d3aede71386 Mon Sep 17 00:00:00 2001 From: "Agarwal, Udit" Date: Thu, 12 Sep 2024 16:11:42 -0700 Subject: [PATCH] Add gpu-intel-pvc LIT option --- .github/workflows/sycl-linux-precommit.yml | 2 ++ sycl/test-e2e/AddressSanitizer/lit.local.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 16f1cb043905..e58e63f7929e 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -94,6 +94,7 @@ jobs: image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN target_devices: ext_oneapi_level_zero:gpu;opencl:gpu install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }} + extra_lit_opts: --param gpu-intel-pvc=True - name: E2E tests with dev igc on Intel Ponte Vecchio GPU runner: '["Linux", "pvc"]' image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc @@ -105,6 +106,7 @@ jobs: use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }} # Run only if the PR does not have the 'ci-no-devigc' label. skip_run: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') }} + extra_lit_opts: --param gpu-intel-pvc=True - name: E2E tests on Intel Arc A-Series Graphics runner: '["Linux", "arc"]' image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest diff --git a/sycl/test-e2e/AddressSanitizer/lit.local.cfg b/sycl/test-e2e/AddressSanitizer/lit.local.cfg index 0cc3f700b7b9..8eb37fb1a7b4 100644 --- a/sycl/test-e2e/AddressSanitizer/lit.local.cfg +++ b/sycl/test-e2e/AddressSanitizer/lit.local.cfg @@ -11,4 +11,4 @@ config.substitutions.append( config.unsupported_features += ['cuda', 'hip'] # FIXME: Skip gen devices, waiting for gfx driver uplifting -config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc', 'arch-intel_gpu_pvc'] +config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc']