mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
onednn: upgrade 2.2.3 -> 2.3.2
Release notes: https://github.com/oneapi-src/oneDNN/releases License-Update: Copyright years updated Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
c8ace485cc
commit
f4522647f2
|
@ -1,38 +0,0 @@
|
|||
From f04b34854b42a0f5bd754398fdefd4573bb38b66 Mon Sep 17 00:00:00 2001
|
||||
From: Denis Samoilov <denis.samoylov@intel.com>
|
||||
Date: Fri, 2 Apr 2021 19:46:22 -0700
|
||||
Subject: [PATCH] common, gpu: include thread and limit headers to fix GCC 11
|
||||
build issues
|
||||
|
||||
Upstream-Status: Backport [https://github.com/oneapi-src/oneDNN/commit/1fe0f2594a1bfc6386fd8f6537f971d5ae9c1214]
|
||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
||||
|
||||
---
|
||||
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 73cb1224f..05a3e53e5 100644
|
||||
--- a/src/common/primitive_cache.hpp
|
||||
+++ b/src/common/primitive_cache.hpp
|
||||
@@ -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 de3417af3..62ef2a571 100644
|
||||
--- a/src/gpu/jit/ngen/ngen_auto_swsb.hpp
|
||||
+++ b/src/gpu/jit/ngen/ngen_auto_swsb.hpp
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
+#include <limits>
|
||||
|
||||
namespace ngen {
|
||||
namespace autoswsb {
|
|
@ -3,7 +3,7 @@ SUMMARY = "Deep Neural Network Library"
|
|||
DESCRIPTION = "This software is a user mode library that accelerates\
|
||||
deep-learning applications and frameworks on Intel architecture."
|
||||
LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e17c0f9656ebaf0c380d9b22707c846 \
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b48e3de3bfd47c27882a0d85b20823f5 \
|
||||
file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
|
||||
file://src/cpu/x64/xbyak/COPYRIGHT;md5=3b9bf048d063d54cdb28964db558bcc7 \
|
||||
file://src/common/ittnotify/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \
|
||||
|
@ -14,9 +14,8 @@ SECTION = "lib"
|
|||
inherit pkgconfig cmake ptest
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "7336ca9f055cf1bfa13efb658fe15dc9b41f0740"
|
||||
SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.2 \
|
||||
file://fix-gcc-11-failures.patch \
|
||||
SRCREV = "e2d45252ae9c3e91671339579e3c0f0061f81d49"
|
||||
SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.3 \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user