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 --- .../intel-compute-runtime/disable-werror.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/disable-werror.patch (limited to 'dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/disable-werror.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/disable-werror.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/disable-werror.patch deleted file mode 100644 index 20d9b847..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/disable-werror.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream-Status: Inappropriate -Signed-off-by: Anuj Mittal - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d52e089778..bc0cf35014 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -727,7 +727,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) -- cgit v1.2.3-54-g00ecf