aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-30 17:55:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-30 17:55:24 -0700
commit3a61d7f0cb8147b9b3a1cabd89bd957dce6db13d (patch)
tree3208ecce9ee3fcf45982fa0e3d38163eb62c91c8 /tensorflow/contrib/cmake
parent6fcb16a7235362ebd36c7f8824fb9b2731234d34 (diff)
parent8077ae1d1e8bfe6a5cc55df07ad82ae91f431d2e (diff)
Merge pull request #21593 from Intel-tensorflow:agramesh/MKL_ML_update
PiperOrigin-RevId: 211013884
Diffstat (limited to 'tensorflow/contrib/cmake')
-rw-r--r--tensorflow/contrib/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/cmake/CMakeLists.txt b/tensorflow/contrib/cmake/CMakeLists.txt
index f6c928e2be..ebcabb4223 100644
--- a/tensorflow/contrib/cmake/CMakeLists.txt
+++ b/tensorflow/contrib/cmake/CMakeLists.txt
@@ -364,7 +364,7 @@ if (tensorflow_ENABLE_MKL_SUPPORT)
list(APPEND tensorflow_EXTERNAL_DEPENDENCIES mkldnn_copy_shared_to_destination)
include_directories(${mkldnn_INCLUDE_DIRS})
else (tensorflow_ENABLE_MKLDNN_SUPPORT)
- add_definitions(-DINTEL_MKL_ML)
+ add_definitions(-DINTEL_MKL_ML_ONLY)
endif()
endif (tensorflow_ENABLE_MKL_SUPPORT)