summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorezhilarasan s <ezhilarasanx.s@intel.com>2022-02-11 20:55:43 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2022-02-12 00:37:48 +0800
commit2c6d52453c56af85eb21ed9bd8e95a34fa382f9b (patch)
tree9d640a4b12649f2e5a17b92fc4509381a684443d /dynamic-layers
parent623a96b34ea725c667e91a4b1070681e8c221445 (diff)
downloadmeta-intel-2c6d52453c56af85eb21ed9bd8e95a34fa382f9b.tar.gz
onednn: upgrade 2.4.4 -> 2.5.2
*Fixed performance regression in binary primitive with broadcast (b972174, ff75122). *Fixed issue with SYCL device properties initialization (cabc5ca, 095f13e). *Fixed issue in matmul primitive with zero points (3157354). *Fixed segmentation fault in depthwise convolution primitive for shapes with huge spatial size for processors with Intel AVX-512 support (6834764, 1d2addc). *Fixed issue in forward convolution primitive for processors with Intel AVX2 support (d691137). *Fixed performance regression on GPUs with SYCL runtime (d8364e5). Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.5.2.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.4.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.5.2.bb
index 4d8bf2ff..fbea19f7 100644
--- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.4.bb
+++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.5.2.bb
@@ -13,8 +13,8 @@ SECTION = "lib"
13inherit pkgconfig cmake ptest 13inherit pkgconfig cmake ptest
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRCREV = "145c4b50196ac90ec1b946fb80cb5cef6e7d2d35" 16SRCREV = "ee7eacb012b95a677c3c1dae0d05e730d99f180e"
17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4;protocol=https \ 17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.5;protocol=https \
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20