Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ common:avx_linux --host_copt=-mavx
common:avx_windows --copt=/arch:AVX

common:mkl_open_source_only --define=tensorflow_mkldnn_contraction_kernel=1
# For XLA's thunk runtime we need to use async version of oneDNN
common:mkl_open_source_only --define=build_with_onednn_async=true

# Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
common:mkl_aarch64_threadpool --define=build_with_mkl_aarch64=true
Expand Down