aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2018-09-27 11:49:19 -0700
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2018-09-27 11:49:19 -0700
commit9f4988959f1b0394ee027f474f49916543ad2f3c (patch)
tree3f8921c64e345014475df7bfa828f636c16bdda7 /cmake
parentb314376f9c6d69208b437ae59b412aa57aefd2ec (diff)
Remove explicit mkldnn support and redundant TensorContractionKernelBlocking
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindMkldnn.cmake18
1 files changed, 0 insertions, 18 deletions
diff --git a/cmake/FindMkldnn.cmake b/cmake/FindMkldnn.cmake
deleted file mode 100644
index 6acba9d8c..000000000
--- a/cmake/FindMkldnn.cmake
+++ /dev/null
@@ -1,18 +0,0 @@
-# Intel mkl-dnn support.
-# Link: https://github.com/intel/mkl-dnn
-if (MKLDNN)
- set(MKLDNN_FIND_QUIETLY TRUE)
- set(MKLDNN_INCLUDES ${MKLDNN}/include)
- set(MKLDNN_LIBRARIES ${MKLDNN}/lib)
-endif (MKLDNN)
-find_path(MKLDNN
- NAMES
- mkldnn.h
- PATHS
- $ENV{MKLDNNDIR}/include
- ${INCLUDE_INSTALL_DIR}
- )
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(MKLDNN DEFAULT_MSG
- MKLDNN)
-mark_as_advanced(MKLDNN) \ No newline at end of file