From 48ddf2b0e6fa5450e63878e1fc31dfc91cf3fd94 Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Wed, 12 Apr 2023 13:57:00 +0800 Subject: [PATCH] onednn: upgrade 3.0.1 -> 3.1 Release Notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.1 Disable Graph API with ONEDNN_BUILD_GRAPH=OFF because that is not supported with DNNL_GPU_RUNTIME=OCL. Signed-off-by: Teoh Suh Haw Signed-off-by: Anuj Mittal --- .../recipes-core/dnn/{onednn_3.0.1.bb => onednn_3.1.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename dynamic-layers/clang-layer/recipes-core/dnn/{onednn_3.0.1.bb => onednn_3.1.bb} (94%) diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.0.1.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb similarity index 94% rename from dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.0.1.bb rename to dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb index 79a979be..7ef7fe64 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.0.1.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb @@ -13,8 +13,8 @@ SECTION = "lib" inherit pkgconfig cmake ptest S = "${WORKDIR}/git" -SRCREV = "51f9bd790743e313bdecc767d8e6c5cc729e07ab" -SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.0;protocol=https \ +SRCREV = "928065bd62372d2824900a86c5438bba407c98d1" +SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.1;protocol=https \ file://run-ptest \ " @@ -32,6 +32,7 @@ EXTRA_OECMAKE += " \ -DDNNL_CPU_RUNTIME=OMP \ -DDNNL_ARCH_OPT_FLAGS="" \ -DCMAKE_SKIP_RPATH=ON \ + -DONEDNN_BUILD_GRAPH=OFF \ " PACKAGECONFIG ??= "gpu"