Skip to content

Commit

Permalink
EC/CPU: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Sep 21, 2023
1 parent 398413e commit 5f4c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ec/cpu/ec_cpu_reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
break; \
default: \
ec_error(&ucc_ec_cpu.super, \
"float dtype does not support " \
"int dtype does not support " \
"requested reduce op: %s", \
ucc_reduction_op_str(_op)); \
return UCC_ERR_NOT_SUPPORTED; \
Expand Down

0 comments on commit 5f4c8f6

Please sign in to comment.