We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ebcb7 commit 2717dd3Copy full SHA for 2717dd3
paddle/fluid/operators/collective/c_allgather_op.cc
@@ -76,16 +76,3 @@ namespace ops = paddle::operators;
76
REGISTER_OP_WITHOUT_GRADIENT(c_allgather,
77
ops::CAllGatherOp,
78
ops::CAllGatherOpMaker);
79
-
80
-PD_REGISTER_STRUCT_KERNEL(c_allgather,
81
- CPU,
82
- ALL_LAYOUT,
83
- ops::CAllGatherOpCPUKernel,
84
- float,
85
- double,
86
- int,
87
- int8_t,
88
- int64_t,
89
- uint8_t,
90
- bool,
91
- phi::dtype::float16) {}
paddle/fluid/operators/collective/c_allgather_op.cu.cc
0 commit comments