Skip to content

Commit

Permalink
add dependency of phi_enforce (#45191)
Browse files Browse the repository at this point in the history
  • Loading branch information
betterpig authored Aug 17, 2022
1 parent 2de0d67 commit aa96f70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paddle/fluid/distributed/auto_parallel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ proto_library(auto_parallel_proto SRCS auto_parallel.proto)
cc_library(
device_mesh
SRCS device_mesh.cc
DEPS auto_parallel_proto)
DEPS auto_parallel_proto phi_enforce)

cc_library(
process_mesh
SRCS process_mesh.cc
DEPS auto_parallel_proto)
DEPS auto_parallel_proto phi_enforce)

cc_library(
dist_attr
SRCS dist_attr.cc
DEPS process_mesh auto_parallel_proto proto_desc)
DEPS process_mesh auto_parallel_proto proto_desc phi_enforce)

cc_library(
dist_mapper
SRCS dist_mapper.cc
DEPS device_mesh auto_parallel_proto)
DEPS device_mesh auto_parallel_proto phi_enforce)

cc_library(auto_parallel DEPS device_mesh process_mesh dist_attr dist_mapper)

0 comments on commit aa96f70

Please sign in to comment.