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 f0451cf commit 02575fbCopy full SHA for 02575fb
paddle/fluid/operators/collective/c_reduce_sum_op.cu.cc
@@ -31,4 +31,5 @@ PD_REGISTER_STRUCT_KERNEL(c_reduce_sum,
31
double,
32
int,
33
int64_t,
34
- plat::float16) {}
+ plat::float16,
35
+ plat::bfloat16) {}
0 commit comments