aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/mkl_util_test.cc
Commit message (Collapse)AuthorAge
* Rename MKL-related feature macros.Gravatar A. Unique TensorFlower2018-08-10
| | | | | | | | | | | | | | | | | The existing feature macros are named INTEL_MKL to indicate that any flavor of MKL is available, INTEL_MKL_ML to indicate that *only* MKL-ML is available (i.e. MKL-DNN is not), and DO_NOT_USE_ML to indicate that *only* MKL-DNN is available (i.e. MKL-ML is not). This change renames INTEL_MKL_ML to INTEL_MKL_ML_ONLY and DO_NOT_USE_ML to INTEL_MKL_DNN_ONLY. The meanings of the macros have not changed. This change also adds a few sanity checks to mkl_util.h that ensures that the combination of INTEL_MKL, INTEL_MKL_ML_ONLY, and INTEL_MKL_DNN_ONLY is logically consistent: the *_ONLY macros may not both be defined, and if either of them is defined, bare INTEL_MKL must also be defined. PiperOrigin-RevId: 208313735
* Making MKL-DNN default build choice (#16474)Gravatar AG Ramesh2018-01-26
|
* Merge changes from github.Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176695926
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176622438
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176621645
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
| | | | | | | | | | | | | | | 176617057 by yifeif: Internal change. -- 176615737 by yifeif: Fix internal tests. -- PiperOrigin-RevId: 176617057
* Merge changes from github.Gravatar Yifei Feng2017-11-21
PiperOrigin-RevId: 176615107