From 408e21af92ec93b15207da557b1844733eee420a Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Wed, 20 Sep 2017 16:23:35 -0700 Subject: [PATCH] "remove clang format detect" --- paddle/operators/nccl/nccl_gpu_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/paddle/operators/nccl/nccl_gpu_common.h b/paddle/operators/nccl/nccl_gpu_common.h index 017492a0d..55e7d8db6 100644 --- a/paddle/operators/nccl/nccl_gpu_common.h +++ b/paddle/operators/nccl/nccl_gpu_common.h @@ -17,10 +17,8 @@ class NCCLManager { ~NCCLManager() {} private: - // clang-format off std::vector _comms; std::vector _gpu_worlds; - // clang-format on }; class NCCLContext : public DeviceContext { @@ -29,11 +27,9 @@ class NCCLContext : public DeviceContext { virtual ~NCCLContext(); private: - // clang-format off std::vector _gpu_ids; std::vector _streams; int root_gpu; - // clang-format on }; } } -- GitLab