aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
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