|
|
@ -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()
|
|
|
|
|
|
|
|