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 <[email protected]> --- .../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" -- 2.37.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7925): https://lists.yoctoproject.org/g/meta-intel/message/7925 Mute This Topic: https://lists.yoctoproject.org/mt/98214040/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
