Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yajiedesign committed Apr 20, 2018
1 parent 03db10a commit 48f26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MklDnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(MSVC)
include_directories(${MKLROOT}/include)
elseif(UNIX)
set(MKL_NAME "mklml_lnx_2018.0.2.20180127")
file(DOWNLOAD "https://github.com/intel/mkl-dnn/releases/download/v0.13/${MKL_NAME}.zip" "${CMAKE_CURRENT_BINARY_DIR}/mklml/${MKL_NAME}.zip" EXPECTED_MD5 "D7B4BD9E85BB7B85F5C956FE119A8722" SHOW_PROGRESS)
file(DOWNLOAD "https://github.com/intel/mkl-dnn/releases/download/v0.13/${MKL_NAME}.zip" "${CMAKE_CURRENT_BINARY_DIR}/mklml/${MKL_NAME}.zip" EXPECTED_MD5 "E49E99B6D7AE274337EB486DD5F66061" SHOW_PROGRESS)
execute_process(COMMAND "tar" "-xzf" "${CMAKE_CURRENT_BINARY_DIR}/mklml/${MKL_NAME}.zip" "-C" "${CMAKE_CURRENT_BINARY_DIR}/mklml/")
include_directories(${MKLROOT}/include)
else()
Expand Down

0 comments on commit 48f26a3

Please sign in to comment.