From 9c2ac0ac89b584ce92962b1766772a9e47762cc4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Dec 2024 03:19:03 +0000 Subject: [PATCH 01/12] [GHA] Uplift Linux GPU RT version to 24.45.31740.9 --- devops/dependencies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index 755a1f10625fb..bbfb4f718c26c 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,9 +1,9 @@ { "linux": { "compute_runtime": { - "github_tag": "24.39.31294.12", - "version": "24.39.31294.12", - "url": "https://github.com/intel/compute-runtime/releases/tag/24.39.31294.12", + "github_tag": "24.45.31740.9", + "version": "24.45.31740.9", + "url": "https://github.com/intel/compute-runtime/releases/tag/24.45.31740.9", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { @@ -19,9 +19,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "level_zero": { - "github_tag": "v1.18.5", - "version": "v1.18.5", - "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.18.5", + "github_tag": "v1.19.2", + "version": "v1.19.2", + "url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.19.2", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": { From d81751ae6d35878d6fa4b8b71bd735794abea161 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 10:50:54 -0800 Subject: [PATCH 02/12] fix igc dep Signed-off-by: Sarnie, Nick --- devops/dependencies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index bbfb4f718c26c..fc9003ec4ad54 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -7,9 +7,9 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.17791.9", - "version": "1.0.17791.9", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17791.9", + "github_tag": "v2.1.12", + "version": "2.1.12", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.1.12", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": { From b9cbd1b47cecc7ed4caf3c441a6426487884784e Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 12:46:10 -0800 Subject: [PATCH 03/12] use 24.04 Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-linux-precommit.yml | 8 ++++---- .github/workflows/sycl-nightly.yml | 16 ++++++++-------- .github/workflows/sycl-post-commit.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 04665c383cbb6..d5f0e08ec05ce 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -92,14 +92,14 @@ jobs: reset_intel_gpu: false - name: Intel runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest 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;opencl:cpu reset_intel_gpu: true extra_lit_opts: --param gpu-intel-gen12=True - name: E2E tests on Intel Arc A-Series Graphics runner: '["Linux", "arc"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest 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 reset_intel_gpu: true @@ -160,12 +160,12 @@ jobs: include: - name: Intel GEN12 Graphics system runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_extra_opts: --device=/dev/dri reset_intel_gpu: true - name: Intel Arc A-Series Graphics system runner: '["Linux", "arc"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_extra_opts: --device=/dev/dri reset_intel_gpu: true - name: AMD system diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index fa648b0395189..08a15bc977626 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -52,7 +52,7 @@ jobs: - name: Intel L0 GPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest 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 reset_intel_gpu: true @@ -61,7 +61,7 @@ jobs: - name: Intel OCL GPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: opencl:gpu reset_intel_gpu: true @@ -70,35 +70,35 @@ jobs: - name: OCL CPU (AMD) runner: '["Linux", "amdgpu"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 target_devices: opencl:cpu tests_selector: e2e - name: OCL CPU (Intel/GEN12) runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --privileged --cap-add SYS_ADMIN target_devices: opencl:cpu tests_selector: e2e - name: OCL CPU (Intel/Arc) runner: '["Linux", "arc"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 target_devices: opencl:cpu tests_selector: e2e - name: SYCL-CTS on OCL CPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN target_devices: opencl:cpu tests_selector: cts - name: SYCL-CTS on L0 gen12 runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN target_devices: level_zero:gpu tests_selector: cts @@ -229,7 +229,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} build-args: | - base_image=ghcr.io/intel/llvm/ubuntu2204_intel_drivers + base_image=ghcr.io/intel/llvm/ubuntu2404_intel_drivers base_tag=latest tags: | ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:${{ github.sha }} diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 6817693e02be3..211adbeb53467 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -82,7 +82,7 @@ jobs: with: name: ${{ matrix.name }} runner: ${{ matrix. runner }} - image: ${{ matrix.image || 'ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest' }} + image: ${{ matrix.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest' }} image_options: ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }} target_devices: ${{ matrix.target_devices || 'level_zero:gpu' }} reset_intel_gpu: ${{ matrix.reset_intel_gpu }} From 7038aff83d9174cf2d7b78476041fe82ae46d670 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 13:02:07 -0800 Subject: [PATCH 04/12] script Signed-off-by: Sarnie, Nick --- devops/scripts/install_drivers.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devops/scripts/install_drivers.sh b/devops/scripts/install_drivers.sh index e790691462d94..726fedb26103d 100755 --- a/devops/scripts/install_drivers.sh +++ b/devops/scripts/install_drivers.sh @@ -120,10 +120,7 @@ InstallIGFX () { # # Of course, this also installed the libopencl-clang so that we can copy and use later as a temporariy workaround. IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG) - UBUNTU_VER="u22\.04" - if [ "$IS_IGC_DEV" == "Yes" ] || [ "$L0_TAG" == "latest" ]; then - UBUNTU_VER="u24\.04" - fi + UBUNTU_VER="u24\.04" get_release intel/intel-graphics-compiler $IGC_TAG \ | grep ".*deb" \ | wget -qi - From 659a7379ecbaaf6c2bad872b0ce4fd3f5dbe5a7f Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 13:23:29 -0800 Subject: [PATCH 05/12] fix script again Signed-off-by: Sarnie, Nick --- devops/scripts/install_drivers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/scripts/install_drivers.sh b/devops/scripts/install_drivers.sh index 726fedb26103d..570f78091d9f2 100755 --- a/devops/scripts/install_drivers.sh +++ b/devops/scripts/install_drivers.sh @@ -140,7 +140,7 @@ InstallIGFX () { get_release oneapi-src/level-zero $L0_TAG \ | grep ".*$UBUNTU_VER.*deb" \ | wget -qi - - dpkg -i *.deb && rm *.deb *.sum + dpkg -i --force-overwrite *.deb && rm *.deb *.sum mkdir -p /usr/local/lib/igc/ echo "$IGC_TAG" > /usr/local/lib/igc/IGCTAG.txt if [ "$IS_IGC_DEV" == "Yes" ]; then From a5d274271be3d8c00ba7da631b5e3e73f754200a Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 14:11:48 -0800 Subject: [PATCH 06/12] disable failing tests Signed-off-by: Sarnie, Nick --- sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp | 2 ++ sycl/test-e2e/ESIMD/PerformanceTests/invoke_simd_smoke.cpp | 2 +- sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp | 3 ++- sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp b/sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp index 2830241eda489..f274b9fd5ec76 100644 --- a/sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp +++ b/sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp @@ -1,4 +1,6 @@ // REQUIRES: linux +// XFAIL: any-device-is-opencl && gpu-intel-dg2 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16405 // RUN: %{build} %device_asan_flags -O2 -fsanitize-ignorelist=%p/ignorelist.txt -o %t // RUN: %{run} %t 2>&1 | FileCheck %s // RUN: %{build} %device_asan_flags %if cpu %{ -fsycl-targets=spir64_x86_64 %} %if gpu %{ -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %} -O2 -fsanitize-ignorelist=%p/ignorelist.txt -o %t2 diff --git a/sycl/test-e2e/ESIMD/PerformanceTests/invoke_simd_smoke.cpp b/sycl/test-e2e/ESIMD/PerformanceTests/invoke_simd_smoke.cpp index c6d419f486a9b..8c148091356fa 100644 --- a/sycl/test-e2e/ESIMD/PerformanceTests/invoke_simd_smoke.cpp +++ b/sycl/test-e2e/ESIMD/PerformanceTests/invoke_simd_smoke.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// XFAIL: igc-dev +// XFAIL: gpu-intel-dg2 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388 // REQUIRES: gpu-intel-dg2 && level_zero // UNSUPPORTED: windows diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp index 64a902bcbb1a4..4de91a66941aa 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp @@ -1,5 +1,6 @@ // REQUIRES: level_zero, level_zero_dev_kit, cm-compiler - +// XFAIL: gpu +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %level_zero_options -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp index 161eb65478653..dad8c20798ee7 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp @@ -1,5 +1,6 @@ // REQUIRES: opencl, opencl_icd, cm-compiler - +// XFAIL: gpu +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out // RUN: %{run} %t.out From 7a7ded1a00c372a9b71f0feaae5795452f9ef80a Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 17 Dec 2024 14:13:19 -0800 Subject: [PATCH 07/12] missed jobs Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-rel-nightly.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sycl-rel-nightly.yml b/.github/workflows/sycl-rel-nightly.yml index 01ecd64882b74..3563b14bcb88c 100644 --- a/.github/workflows/sycl-rel-nightly.yml +++ b/.github/workflows/sycl-rel-nightly.yml @@ -54,14 +54,14 @@ jobs: include: - name: AMD/HIP runner: '["Linux", "amdgpu"]' - image: ghcr.io/intel/llvm/ubuntu2204_build:latest + image: ghcr.io/intel/llvm/ubuntu2404_build:latest image_options: -u 1001 --device=/dev/dri --device=/dev/kfd target_devices: ext_oneapi_hip:gpu tests_selector: e2e - name: Intel L0 GPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest 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 reset_intel_gpu: true @@ -70,7 +70,7 @@ jobs: - name: Intel OCL GPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: opencl:gpu reset_intel_gpu: true @@ -79,21 +79,21 @@ jobs: - name: Intel OCL CPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --privileged --cap-add SYS_ADMIN target_devices: opencl:cpu tests_selector: e2e - name: SYCL-CTS on OCL CPU runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN target_devices: opencl:cpu tests_selector: cts - name: SYCL-CTS on L0 gen12 runner: '["Linux", "gen12"]' - image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest + image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN target_devices: level_zero:gpu tests_selector: cts From a7aba9ade1cf5306f270dcd8c19d4720c2e760ab Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 18 Dec 2024 06:26:40 -0800 Subject: [PATCH 08/12] fix test Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp index dad8c20798ee7..aa56fcfe93d70 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp @@ -1,5 +1,5 @@ // REQUIRES: opencl, opencl_icd, cm-compiler -// XFAIL: gpu +// XFAIL: gpu || cpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out // RUN: %{run} %t.out From 6ec0ea9c4b336e6a9ef877861ffd0e8d8fa1089a Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 19 Dec 2024 07:41:42 -0800 Subject: [PATCH 09/12] remove cpu xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp index aa56fcfe93d70..dad8c20798ee7 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp @@ -1,5 +1,5 @@ // REQUIRES: opencl, opencl_icd, cm-compiler -// XFAIL: gpu || cpu +// XFAIL: gpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out // RUN: %{run} %t.out From dd8aaff8119a0c063c7e2d9a64b421535c586e9c Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 19 Dec 2024 09:04:42 -0800 Subject: [PATCH 10/12] remove xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp index 4de91a66941aa..6d533585f06b9 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp @@ -1,6 +1,4 @@ // REQUIRES: level_zero, level_zero_dev_kit, cm-compiler -// XFAIL: gpu -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %level_zero_options -o %t.out // RUN: %{run} %t.out From 3281e37d896c8a0516cdedeb245007188a9f1927 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 19 Dec 2024 12:09:35 -0800 Subject: [PATCH 11/12] xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp index 6d533585f06b9..28f1defaaf44b 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp @@ -1,4 +1,6 @@ // REQUIRES: level_zero, level_zero_dev_kit, cm-compiler +// XFAIL: gpu-intel-dg2 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %level_zero_options -o %t.out // RUN: %{run} %t.out From 1171989ebb94ac0eaf375cce5ad0c871252617ce Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 19 Dec 2024 14:52:24 -0800 Subject: [PATCH 12/12] readd xfail Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp | 2 +- sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp index 28f1defaaf44b..4de91a66941aa 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp @@ -1,5 +1,5 @@ // REQUIRES: level_zero, level_zero_dev_kit, cm-compiler -// XFAIL: gpu-intel-dg2 +// XFAIL: gpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %level_zero_options -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp index dad8c20798ee7..aa56fcfe93d70 100644 --- a/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp +++ b/sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp @@ -1,5 +1,5 @@ // REQUIRES: opencl, opencl_icd, cm-compiler -// XFAIL: gpu +// XFAIL: gpu || cpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406 // RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out // RUN: %{run} %t.out