Refresh the gcc11 fix to avoid fuzz warnings.

Signed-off-by: Anuj Mittal <[email protected]>
---
 .../dnn/files/fix-gcc-11-failures.patch             | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/dynamic-layers/clang-layer/recipes-core/dnn/files/fix-gcc-11-failures.patch 
b/dynamic-layers/clang-layer/recipes-core/dnn/files/fix-gcc-11-failures.patch
index a7f348b3..758cc45d 100644
--- 
a/dynamic-layers/clang-layer/recipes-core/dnn/files/fix-gcc-11-failures.patch
+++ 
b/dynamic-layers/clang-layer/recipes-core/dnn/files/fix-gcc-11-failures.patch
@@ -1,4 +1,4 @@
-From 1fe0f2594a1bfc6386fd8f6537f971d5ae9c1214 Mon Sep 17 00:00:00 2001
+From f04b34854b42a0f5bd754398fdefd4573bb38b66 Mon Sep 17 00:00:00 2001
 From: Denis Samoilov <[email protected]>
 Date: Fri, 2 Apr 2021 19:46:22 -0700
 Subject: [PATCH] common, gpu: include thread and limit headers to fix GCC 11
@@ -6,28 +6,29 @@ Subject: [PATCH] common, gpu: include thread and limit 
headers to fix GCC 11
 
 Upstream-Status: Backport 
[https://github.com/oneapi-src/oneDNN/commit/1fe0f2594a1bfc6386fd8f6537f971d5ae9c1214]
 Signed-off-by: Anuj Mittal <[email protected]>
+
 ---
  src/common/primitive_cache.hpp      | 1 +
  src/gpu/jit/ngen/ngen_auto_swsb.hpp | 1 +
  2 files changed, 2 insertions(+)
 
 diff --git a/src/common/primitive_cache.hpp b/src/common/primitive_cache.hpp
-index d3390c0649..ba186b2e66 100644
+index 73cb1224f..05a3e53e5 100644
 --- a/src/common/primitive_cache.hpp
 +++ b/src/common/primitive_cache.hpp
-@@ -19,6 +19,7 @@
- 
+@@ -20,6 +20,7 @@
  #include <future>
+ #include <list>
  #include <memory>
 +#include <thread>
  #include <unordered_map>
  
  #include "c_types_map.hpp"
 diff --git a/src/gpu/jit/ngen/ngen_auto_swsb.hpp 
b/src/gpu/jit/ngen/ngen_auto_swsb.hpp
-index deb2275ef0..5236bc0fa0 100644
+index de3417af3..62ef2a571 100644
 --- a/src/gpu/jit/ngen/ngen_auto_swsb.hpp
 +++ b/src/gpu/jit/ngen/ngen_auto_swsb.hpp
-@@ -28,6 +28,7 @@
+@@ -33,6 +33,7 @@
  
  #include <list>
  #include <map>
-- 
2.31.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7038): 
https://lists.yoctoproject.org/g/meta-intel/message/7038
Mute This Topic: https://lists.yoctoproject.org/mt/82740168/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to