|
|
|
@ -54,13 +54,10 @@ option(WITH_NGRAPH "Compile PaddlePaddle with nGraph support." OFF)
|
|
|
|
|
option(WITH_DSO "Compile PaddlePaddle with dynamic linked CUDA" ON)
|
|
|
|
|
option(WITH_TESTING "Compile PaddlePaddle with unit testing" OFF)
|
|
|
|
|
option(WITH_PYTHON "Compile PaddlePaddle with python interpreter" ON)
|
|
|
|
|
option(WITH_TIMER "Compile PaddlePaddle with stats timer" OFF)
|
|
|
|
|
option(WITH_PROFILER "Compile PaddlePaddle with GPU profiler and gperftools" OFF)
|
|
|
|
|
option(WITH_JEMALLOC "Compile PaddlePaddle with jemalloc" OFF)
|
|
|
|
|
option(WITH_DOC "Compile PaddlePaddle with documentation" OFF)
|
|
|
|
|
option(WITH_COVERAGE "Compile PaddlePaddle with code coverage" OFF)
|
|
|
|
|
option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
|
|
|
|
|
option(ON_TRAVIS "Exclude special unit test on Travis CI" OFF)
|
|
|
|
|
option(WITH_FLUID_ONLY "Compile PaddlePaddle fluid only" OFF)
|
|
|
|
|
option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
|
|
|
|
|
option(GLIDE_INSTALL "Download and install go dependencies " ON)
|
|
|
|
|