Skip to content

Commit

Permalink
rename the auto parallel suffix (PaddlePaddle#35765)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilong12 authored and AnnaTrainingG committed Sep 29, 2021
1 parent b0e5fc9 commit b0435f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/framework/proto_desc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0435f2

Please sign in to comment.