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.
1 parent 8fa2800 commit 8d77de1Copy full SHA for 8d77de1
.bazelrc
@@ -96,6 +96,11 @@ build:avx_windows --copt=/arch:AVX
96
97
build:mkl_open_source_only --define=tensorflow_mkldnn_contraction_kernel=1
98
99
+# Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
100
+build:mkl_aarch64_threadpool --define=build_with_mkl_aarch64=true
101
+build:mkl_aarch64_threadpool --@compute_library//:openmp=false
102
+build:mkl_aarch64_threadpool -c opt
103
+
104
# Disable clang extention that rejects type definitions within offsetof.
105
# This was added in clang-16 by https://reviews.llvm.org/D133574.
106
# Can be removed once upb is updated, since a type definition is used within
0 commit comments