Skip to content

Commit

Permalink
[Docs] Update of --config=mkl_threadpool with MKL support. (DeepRec-A…
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-Yu authored Jul 22, 2022
1 parent 4dc4b9c commit 618c303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ def main():
print('Preconfigured Bazel build configs. You can use any of the below by '
'adding "--config=<>" to your build command. See .bazelrc for more '
'details.')
config_info_line('mkl', 'Build with MKL support.')
config_info_line('mkl_threadpool', 'Build with oneDNN support.')
config_info_line('monolithic', 'Config for mostly static monolithic build.')
config_info_line('gdr', 'Build with GDR support.')
config_info_line('verbs', 'Build with libverbs support.')
Expand Down

0 comments on commit 618c303

Please sign in to comment.