|
|
@ -71,7 +71,6 @@ option(WITH_GRPC "Use grpc as the default rpc framework" ${WITH_D
|
|
|
|
option(WITH_INFERENCE_API_TEST "Test fluid inference C++ high-level api interface" OFF)
|
|
|
|
option(WITH_INFERENCE_API_TEST "Test fluid inference C++ high-level api interface" OFF)
|
|
|
|
option(WITH_HIGH_LEVEL_API_TEST "Test fluid python high-level api interface" OFF)
|
|
|
|
option(WITH_HIGH_LEVEL_API_TEST "Test fluid python high-level api interface" OFF)
|
|
|
|
option(PY_VERSION "Compile PaddlePaddle with python3 support" ${PY_VERSION})
|
|
|
|
option(PY_VERSION "Compile PaddlePaddle with python3 support" ${PY_VERSION})
|
|
|
|
option(WITH_FAST_MATH "Make use of fast math library, might affect the precision to some extent" ON)
|
|
|
|
|
|
|
|
option(WITH_DGC "Use DGC(Deep Gradient Compression) or not" ON)
|
|
|
|
option(WITH_DGC "Use DGC(Deep Gradient Compression) or not" ON)
|
|
|
|
option(SANITIZER_TYPE "Choose the type of sanitizer, options are: Address, Leak, Memory, Thread, Undefined" OFF)
|
|
|
|
option(SANITIZER_TYPE "Choose the type of sanitizer, options are: Address, Leak, Memory, Thread, Undefined" OFF)
|
|
|
|
|
|
|
|
|
|
|
|