We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d5d1a6 + 2fbb290 commit 54c6964Copy full SHA for 54c6964
tensorflow-sources.file
@@ -9,10 +9,10 @@ BuildRequires: bazel java-env git
9
#Set tensorflow_mkldnn_contraction_kernel option
10
#https://github.com/tensorflow/tensorflow/blob/v2.12.1/tensorflow/core/kernels/BUILD#L79-L89
11
%if "%{?enable_tf_mkldnn:set}" != "set"
12
-%define enable_tf_mkldnn 1
+#By default disable tf_mkldnn
13
+%define enable_tf_mkldnn 0
14
%endif
15
-
16
#Set cms_cxx_standard to 17 as LLVM downloaded by TF does not build with c++20
17
%if "%{cms_cxx_standard}" == "20"
18
%undefine cms_cxx_standard
0 commit comments