diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 54b61b9f25872..1121d4c76310a 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -110,7 +110,7 @@ jobs: - name: E2E tests on Intel Ponte Vecchio GPU runner: '["Linux", "pvc"]' 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 + target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu - name: Dev IGC on Intel Ponte Vecchio GPU runner: '["Linux", "pvc"]' image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc diff --git a/sycl/test-e2e/Matrix/lit.local.cfg b/sycl/test-e2e/Matrix/lit.local.cfg index 87cb2e5b27d1d..9deb83466585b 100644 --- a/sycl/test-e2e/Matrix/lit.local.cfg +++ b/sycl/test-e2e/Matrix/lit.local.cfg @@ -7,6 +7,10 @@ config.unsupported_features += ['spirv-backend'] if 'windows' in config.available_features: config.unsupported_features += ['arch-intel_gpu_bmg_g21'] +# https://github.com/intel/llvm/issues/18932 +if 'arch-intel_gpu_pvc' in config.available_features: + config.unsupported_features += ['level_zero_v2_adapter'] + config.substitutions.append(("%helper-includes", "-I {}/Inputs".format(os.path.dirname(os.path.abspath(__file__))))) original_clangxx="" for substitution in config.substitutions: