From f7b245f740a0b59eb20c3697e6ea6b012db9b532 Mon Sep 17 00:00:00 2001 From: "Yanfeng, Xiao" Date: Tue, 16 Apr 2024 09:32:03 -0700 Subject: [PATCH] [CI][Deps] Uplift CPU/FPGAEMU RT version to 2024.17.3.0.09 (#13261) Uplift oclcpu/oclfpgaemu from 2023.16.10.0.17 to 2024.17.3.0.09 --- devops/dependencies.json | 36 +++++++++---------- .../Basic/built-ins/marray_geometric.cpp | 2 ++ .../KernelCompiler/kernel_compiler_spirv.cpp | 2 ++ .../Matrix/SG32/get_coord_float_matC.cpp | 1 - .../Matrix/SG32/get_coord_int8_matA.cpp | 1 - sycl/test-e2e/Matrix/get_coord_float_matC.cpp | 1 - sycl/test-e2e/Matrix/get_coord_int8_matA.cpp | 1 - 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/devops/dependencies.json b/devops/dependencies.json index e679476eeb23b..d330bf3b7449d 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -32,21 +32,21 @@ "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "tbb": { - "github_tag": "v2021.10.0", - "version": "2021.10.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-lin.tgz", + "github_tag": "v2021.11.0", + "version": "2021.11.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-lin.tgz", "root": "{DEPS_ROOT}/tbb/lin" }, "oclcpu": { - "github_tag": "2023-WW46", - "version": "2023.16.10.0.17", - "url": "https://github.com/intel/llvm/releases/download/2023-WW46/oclcpuexp-2023.16.10.0.17_rel.tar.gz", + "github_tag": "2024-WW14", + "version": "2024.17.3.0.09", + "url": "https://github.com/intel/llvm/releases/download/2024-WW14/oclcpuexp-2024.17.3.0.09_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "github_tag": "2023-WW46", - "version": "2023.16.10.0.17", - "url": "https://github.com/intel/llvm/releases/download/2023-WW46/fpgaemu-2023.16.10.0.17_rel.tar.gz", + "github_tag": "2024-WW14", + "version": "2024.17.3.0.09", + "url": "https://github.com/intel/llvm/releases/download/2024-WW14/fpgaemu-2024.17.3.0.09_rel.tar.gz", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { @@ -60,21 +60,21 @@ "root": "" }, "tbb": { - "github_tag": "v2021.10.0", - "version": "2021.10.0", - "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-win.zip", + "github_tag": "v2021.11.0", + "version": "2021.11.0", + "url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-win.zip", "root": "{DEPS_ROOT}/tbb/win" }, "oclcpu": { - "github_tag": "2023-WW46", - "version": "2023.16.10.0.17", - "url": "https://github.com/intel/llvm/releases/download/2023-WW46/win-oclcpuexp-2023.16.10.0.17_rel.zip", + "github_tag": "2024-WW14", + "version": "2024.17.3.0.09", + "url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-oclcpuexp-2024.17.3.0.09_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" }, "fpgaemu": { - "github_tag": "2023-WW46", - "version": "2023.16.10.0.17", - "url": "https://github.com/intel/llvm/releases/download/2023-WW46/win-fpgaemu-2023.16.10.0.17_rel.zip", + "github_tag": "2024-WW14", + "version": "2024.17.3.0.09", + "url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-fpgaemu-2024.17.3.0.09_rel.zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" }, "fpga": { diff --git a/sycl/test-e2e/Basic/built-ins/marray_geometric.cpp b/sycl/test-e2e/Basic/built-ins/marray_geometric.cpp index 6a8d752949796..8416eae513b68 100644 --- a/sycl/test-e2e/Basic/built-ins/marray_geometric.cpp +++ b/sycl/test-e2e/Basic/built-ins/marray_geometric.cpp @@ -1,5 +1,7 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397 +// XFAIL: cpu #include "helpers.hpp" diff --git a/sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp b/sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp index 6eb31e015610a..cd54de947eee5 100644 --- a/sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp +++ b/sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp @@ -10,6 +10,8 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv +// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397 +// XFAIL: cpu // Test case for the sycl_ext_oneapi_kernel_compiler_spirv extension. This test // loads pre-compiled kernels from a SPIR-V file and runs them. diff --git a/sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp b/sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp index c9df3ad36f033..3bdd2ed83b08d 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp @@ -10,7 +10,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "../common.hpp" #include diff --git a/sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp b/sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp index f8c4ca833c50e..79383fce4b7fc 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp @@ -10,7 +10,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "../common.hpp" #include diff --git a/sycl/test-e2e/Matrix/get_coord_float_matC.cpp b/sycl/test-e2e/Matrix/get_coord_float_matC.cpp index 015dda8e75475..78a6f815df19c 100644 --- a/sycl/test-e2e/Matrix/get_coord_float_matC.cpp +++ b/sycl/test-e2e/Matrix/get_coord_float_matC.cpp @@ -9,7 +9,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "common.hpp" #include diff --git a/sycl/test-e2e/Matrix/get_coord_int8_matA.cpp b/sycl/test-e2e/Matrix/get_coord_int8_matA.cpp index 567d0831d3d19..6500a34f48119 100644 --- a/sycl/test-e2e/Matrix/get_coord_int8_matA.cpp +++ b/sycl/test-e2e/Matrix/get_coord_int8_matA.cpp @@ -9,7 +9,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "common.hpp" #include