|
|
@ -61,8 +61,6 @@ option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
|
|
|
|
option(WITH_FLUID_ONLY "Compile PaddlePaddle fluid only" OFF)
|
|
|
|
option(WITH_FLUID_ONLY "Compile PaddlePaddle fluid only" OFF)
|
|
|
|
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(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_CONTRIB "Compile the third-party contributation" OFF)
|
|
|
|
option(WITH_CONTRIB "Compile the third-party contributation" OFF)
|
|
|
|
option(REPLACE_ENFORCE_GLOG "Replace PADDLE_ENFORCE with glog/CHECK for better debug." OFF)
|
|
|
|
option(REPLACE_ENFORCE_GLOG "Replace PADDLE_ENFORCE with glog/CHECK for better debug." OFF)
|
|
|
|
option(WITH_ANAKIN "Compile with Anakin library" OFF)
|
|
|
|
option(WITH_ANAKIN "Compile with Anakin library" OFF)
|
|
|
|