Skip to content

Commit 02575fb

Browse files
authored
Register bf16 type for c_reduce_sum op (#61353)
1 parent f0451cf commit 02575fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ PD_REGISTER_STRUCT_KERNEL(c_reduce_sum,
3131
double,
3232
int,
3333
int64_t,
34-
plat::float16) {}
34+
plat::float16,
35+
plat::bfloat16) {}

0 commit comments

Comments
 (0)