Skip to content

Commit e830980

Browse files
committed
load mkl native before symSGD is loaded.
1 parent 5667701 commit e830980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Native/SymSgdNative/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ else()
1313
find_library(MKL_LIBRARY libMklImports.dylib HINTS "${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.4/runtimes/osx-x64/native")
1414
else()
1515
message("Linking SymSgdNative with MKL on linux.")
16-
link_directories(${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.1/runtimes/linux-x64/native)
1716
find_library(MKL_LIBRARY libMklImports.so HINTS ${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.4/runtimes/linux-x64/native)
1817
endif()
1918
endif()

0 commit comments

Comments
 (0)