1
0
forked from pool/onednn

- Enable graph component

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=31
This commit is contained in:
Guillaume GARDET 2024-09-24 08:41:47 +00:00 committed by Git OBS Bridge
parent 094c796357
commit 5833a7dc9f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 24 08:40:52 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable graph component
-------------------------------------------------------------------
Mon Sep 23 10:04:43 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -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