From ece4cf8c320f50ead885fe4357fe7e1dc07d2bb9 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Thu, 25 Jul 2024 10:19:23 +0530 Subject: intel-compute-runtime : upgrade 24.13.29138.7 -> 24.22.29735.20 * Refresh patches * Drop backported patch f10439aea214984a060566831f63d3aa198ef1b8.patch Release Notes: https://github.com/intel/compute-runtime/releases/tag/24.22.29735.20 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- ...ntel-compute-runtime-fix-build-with-gcc13.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0001-intel-compute-runtime-fix-build-with-gcc13.patch (limited to 'dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0001-intel-compute-runtime-fix-build-with-gcc13.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0001-intel-compute-runtime-fix-build-with-gcc13.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0001-intel-compute-runtime-fix-build-with-gcc13.patch new file mode 100644 index 00000000..bc718eed --- /dev/null +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0001-intel-compute-runtime-fix-build-with-gcc13.patch @@ -0,0 +1,27 @@ +From a40ed1c5274f867385610bb57ceee75bf4722de9 Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +Date: Tue, 30 May 2023 09:03:01 +0800 +Subject: [PATCH 1/5] intel-compute-runtime: fix build with gcc13 + +Upstream-Status: Inappropriate +Signed-off-by: Anuj Mittal +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5e43b4ad76..619243913b 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -811,7 +811,7 @@ if(NOT MSVC) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added for gtest + endif() + endif() +- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Werror=vla") ++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=vla") + + if(USE_SANITIZE_UB) + check_cxx_compiler_flag(-fsanitize=undefined COMPILER_SUPPORTS_UNDEFINED_BEHAVIOR_SANITIZER) +-- +2.34.1 + -- cgit v1.2.3-54-g00ecf