From 2c70b844fc934992a741f7bc76a85bd9cddd126a Mon Sep 17 00:00:00 2001 From: lilong12 Date: Thu, 16 Sep 2021 13:26:09 +0800 Subject: [PATCH] rename the auto parallel suffix (#35765) --- paddle/fluid/framework/proto_desc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/fluid/framework/proto_desc.h b/paddle/fluid/framework/proto_desc.h index 73572c4023..08c78f6e09 100644 --- a/paddle/fluid/framework/proto_desc.h +++ b/paddle/fluid/framework/proto_desc.h @@ -27,8 +27,8 @@ constexpr int kNoneProcessMeshIndex = -1; // If a attribute name has a certain suffix, it means that the // atrribute is a distributed-related attribute for auto parallel. -// e.g., "mesh_id@PARALLEL". -constexpr char kAutoParallelSuffix[] = "@PARALLEL"; +// e.g., "mesh_id@AUTO_PARALLEL". +constexpr char kAutoParallelSuffix[] = "@AUTO_PARALLEL"; } // namespace framework } // namespace paddle -- GitLab