提交 df92d05e 编写于 作者: T Tao Luo

remove legacy IOS option

test=develop
上级 cf29ea15
...@@ -92,10 +92,3 @@ if(WITH_SYSTEM_BLAS) ...@@ -92,10 +92,3 @@ if(WITH_SYSTEM_BLAS)
message(STATUS "Found reference-cblas (include: ${CBLAS_INC_DIR}, library: ${CBLAS_LIBRARIES})") message(STATUS "Found reference-cblas (include: ${CBLAS_INC_DIR}, library: ${CBLAS_LIBRARIES})")
endif() endif()
endif() endif()
if(IOS_USE_VECLIB_FOR_BLAS AND VECLIB_FOUND)
set(CBLAS_FOUND ON)
set(CBLAS_PROVIDER vecLib)
set(CBLAS_INC_DIR ${VECLIB_INC_DIR})
add_definitions(-DPADDLE_USE_VECLIB)
endif()
...@@ -20,7 +20,7 @@ IF(NOT WITH_LIBXSMM) ...@@ -20,7 +20,7 @@ IF(NOT WITH_LIBXSMM)
ENDIF() ENDIF()
IF(WIN32 OR APPLE) IF(WIN32 OR APPLE)
MESSAGE(WARNING "Windows, Mac or Mobile are not supported with libxsmm in Paddle yet.") MESSAGE(WARNING "Windows, Mac are not supported with libxsmm in Paddle yet.")
SET(WITH_LIBXSMM OFF CACHE STRING "Disable LIBXSMM" FORCE) SET(WITH_LIBXSMM OFF CACHE STRING "Disable LIBXSMM" FORCE)
return() return()
ENDIF() ENDIF()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册