|
|
@ -66,7 +66,6 @@ option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
|
|
|
|
option(GLIDE_INSTALL "Download and install go dependencies " ON)
|
|
|
|
option(GLIDE_INSTALL "Download and install go dependencies " ON)
|
|
|
|
option(WITH_DISTRIBUTE "Compile with distributed support" OFF)
|
|
|
|
option(WITH_DISTRIBUTE "Compile with distributed support" OFF)
|
|
|
|
option(WITH_PSLIB "Compile with pslib support" OFF)
|
|
|
|
option(WITH_PSLIB "Compile with pslib support" OFF)
|
|
|
|
option(USE_EIGEN_FOR_BLAS "Use matrix multiplication in Eigen" OFF)
|
|
|
|
|
|
|
|
option(EIGEN_USE_THREADS "Compile with multi-threaded Eigen" OFF)
|
|
|
|
option(EIGEN_USE_THREADS "Compile with multi-threaded Eigen" OFF)
|
|
|
|
option(WITH_ARM_FP16 "Use half precision support on armv8.2-a cpu" OFF)
|
|
|
|
option(WITH_ARM_FP16 "Use half precision support on armv8.2-a cpu" OFF)
|
|
|
|
option(WITH_CONTRIB "Compile the third-party contributation" OFF)
|
|
|
|
option(WITH_CONTRIB "Compile the third-party contributation" OFF)
|
|
|
|