Skip to content

Commit 9f0c15a

Browse files
committed
Fix
1 parent a25a2d5 commit 9f0c15a

File tree

8 files changed

+729
-727
lines changed

8 files changed

+729
-727
lines changed

paddle/fluid/operators/collective/global_gather_op.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,3 @@ REGISTER_OPERATOR(global_gather,
108108
ops::GlobalGatherOpMaker,
109109
ops::GlobalGatherOpGradMaker<paddle::framework::OpDesc>,
110110
ops::GlobalGatherOpGradMaker<paddle::imperative::OpBase>)
111-
112-
PD_REGISTER_STRUCT_KERNEL(global_gather,
113-
CPU,
114-
ALL_LAYOUT,
115-
ops::GlobalGatherOpCPUKernel,
116-
float,
117-
double,
118-
int,
119-
int64_t,
120-
phi::dtype::float16) {}

paddle/fluid/operators/collective/global_gather_op.cu.cc

Lines changed: 0 additions & 350 deletions
This file was deleted.

paddle/fluid/operators/collective/global_scatter_op.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,3 @@ REGISTER_OPERATOR(global_scatter,
112112
ops::GlobalScatterOpMaker,
113113
ops::GlobalScatterOpGradMaker<paddle::framework::OpDesc>,
114114
ops::GlobalScatterOpGradMaker<paddle::imperative::OpBase>)
115-
116-
PD_REGISTER_STRUCT_KERNEL(global_scatter,
117-
CPU,
118-
ALL_LAYOUT,
119-
ops::GlobalScatterOpCPUKernel,
120-
float,
121-
double,
122-
int,
123-
int64_t,
124-
phi::dtype::float16) {}

0 commit comments

Comments
 (0)