Merge pull request #5748 from luotao1/fix_mkl_compiler_bug

fix compiler error in "WITH_MKL"
release/0.11.0
tensor-tang 7 years ago committed by GitHub
commit bce1c03a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,7 @@ else()
endif()
set(WITH_MKLML ${WITH_MKL})
if (WITH_MKL AND ${AVX2_FOUND})
if (WITH_MKL AND AVX2_FOUND)
set(WITH_MKLDNN ON)
else()
message(STATUS "Do not have AVX2 intrinsics and disabled MKL-DNN")

Loading…
Cancel
Save