Skip to content

Commit

Permalink
Merge pull request tensorflow#40330 from Intel-tensorflow:niroop/chan…
Browse files Browse the repository at this point in the history
…ge_mkl_to_oneDNN

PiperOrigin-RevId: 317059778
Change-Id: If6110da840ea9cc2075185030b87c12675172800
  • Loading branch information
tensorflower-gardener committed Jun 18, 2020
2 parents 39c6a3b + 266387e commit 6563ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/core/platform/cpu_feature_guard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ void InfoAboutUnusedCPUFeatures() {
#endif // __FMA__
#endif // else of if defined(_MSC_VER) && !defined(__clang__)
if (!missing_instructions.empty()) {
LOG(INFO) << "This TensorFlow binary is optimized with Intel(R) MKL-DNN "
LOG(INFO) << "This TensorFlow binary is optimized with "
<< "oneAPI Deep Neural Network Library (oneDNN)"
<< "to use the following CPU instructions in performance-"
<< "critical operations: " << missing_instructions << std::endl
<< "To enable them in other operations, rebuild TensorFlow "
Expand Down

0 comments on commit 6563ecf

Please sign in to comment.