diff --git a/CMakeLists.txt b/CMakeLists.txt index 02752de762ca6df552af362dd4624cce21becda6..604afc1a085cb370bfee59e23f499deab5a475b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ option(WITH_SYSTEM_BLAS "Use system blas library" OFF) option(WITH_DISTRIBUTE "Compile with distributed support" OFF) option(WITH_BRPC_RDMA "Use brpc rdma as the rpc protocal" OFF) option(ON_INFER "Turn on inference optimization." OFF) -option(WITH_ANAKIN "Compile with Anakin library" OFF) ################################ Internal Configurations ####################################### +option(WITH_ANAKIN "Compile with Anakin library" OFF) option(WITH_AMD_GPU "Compile PaddlePaddle with AMD GPU" OFF) option(WITH_NGRAPH "Compile PaddlePaddle with nGraph support." OFF) option(WITH_PROFILER "Compile PaddlePaddle with GPU profiler and gperftools" OFF)