Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorngimel <ngimelshein@nvidia.com>2017-03-02 21:37:25 +0300
committerSoumith Chintala <soumith@gmail.com>2017-03-02 21:37:25 +0300
commit9168d93d3a65d6e95cead25f49b40b7e2df43c77 (patch)
tree82fa3d9649b2541ce7f4883f0512ac50549bea76
parent436009d71fd4a395db2b0aff4d675e5b5782a80b (diff)
make mkl link to threaded version with GCC (#958)
-rw-r--r--lib/TH/cmake/FindMKL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TH/cmake/FindMKL.cmake b/lib/TH/cmake/FindMKL.cmake
index e68ae6a..7c9325a 100644
--- a/lib/TH/cmake/FindMKL.cmake
+++ b/lib/TH/cmake/FindMKL.cmake
@@ -50,7 +50,7 @@ ENDIF ("${SIZE_OF_VOIDP}" EQUAL 8)
IF(CMAKE_COMPILER_IS_GNUCC)
SET(mklthreads "mkl_gnu_thread" "mkl_intel_thread")
SET(mklifaces "gf" "intel")
- SET(mklrtls)
+ SET(mklrtls "iomp5")
ELSE(CMAKE_COMPILER_IS_GNUCC)
SET(mklthreads "mkl_intel_thread")
SET(mklifaces "intel")