-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dist attr 迁移到 phi]Dist attr (#53848)
* merge code from forsish * polish * paddle/fluid/pybind/auto_parallel_py.cc * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
- Loading branch information
1 parent
4af0f14
commit be1152a
Showing
26 changed files
with
607 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
proto_library(auto_parallel_proto SRCS auto_parallel.proto) | ||
|
||
cc_library( | ||
device_mesh | ||
SRCS device_mesh.cc | ||
DEPS auto_parallel_proto phi_enforce) | ||
|
||
cc_library( | ||
process_mesh | ||
SRCS process_mesh.cc | ||
DEPS auto_parallel_proto phi_enforce) | ||
|
||
cc_library( | ||
dist_attr | ||
op_dist_attr | ||
SRCS dist_attr.cc | ||
DEPS process_mesh auto_parallel_proto proto_desc phi_enforce) | ||
|
||
cc_library( | ||
dist_mapper | ||
SRCS dist_mapper.cc | ||
DEPS device_mesh auto_parallel_proto phi_enforce) | ||
DEPS dist_attr process_mesh dist_mapper auto_parallel_proto proto_desc | ||
phi_enforce) | ||
|
||
cc_library(auto_parallel DEPS device_mesh process_mesh dist_attr dist_mapper) | ||
add_subdirectory(test) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.