|
|
|
@ -54,7 +54,6 @@ 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_DOUBLE "Compile PaddlePaddle with double precision" OFF)
|
|
|
|
|
option(WITH_RDMA "Compile PaddlePaddle with RDMA support" OFF)
|
|
|
|
|
option(WITH_TIMER "Compile PaddlePaddle with stats timer" OFF)
|
|
|
|
|
option(WITH_PROFILER "Compile PaddlePaddle with GPU profiler and gperftools" OFF)
|
|
|
|
|