From 5833a7dc9f276b234b49ff4ad0cf9bc64f38b652df2412ed719e51e907b0963f Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 24 Sep 2024 08:41:47 +0000 Subject: [PATCH] - Enable graph component OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=31 --- onednn.changes | 5 +++++ onednn.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/onednn.changes b/onednn.changes index 9f66777..03bf602 100644 --- a/onednn.changes +++ b/onednn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 24 08:40:52 UTC 2024 - Guillaume GARDET + +- Enable graph component + ------------------------------------------------------------------- Mon Sep 23 10:04:43 UTC 2024 - Guillaume GARDET diff --git a/onednn.spec b/onednn.spec index aaeb3b3..e116787 100644 --- a/onednn.spec +++ b/onednn.spec @@ -131,7 +131,7 @@ to implement deep neural networks (DNN) with C and C++ interfaces. %endif -DDNNL_INSTALL_MODE=DEFAULT \ -DDNNL_BUILD_TESTS=ON \ - -DONEDNN_BUILD_GRAPH=OFF \ + -DONEDNN_BUILD_GRAPH=ON \ -DDNNL_WERROR=OFF %cmake_build %cmake_build doc_doxygen