From 34ad3ef0b2836eda74ded34b3c27ee2c8d33df6e Mon Sep 17 00:00:00 2001 From: Sergey Lebedev Date: Thu, 28 Sep 2023 09:56:25 +0200 Subject: [PATCH] EC/CPU: fix error message (#844) --- src/components/ec/cpu/ec_cpu_reduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ec/cpu/ec_cpu_reduce.c b/src/components/ec/cpu/ec_cpu_reduce.c index 8aa0c3cbe5..a805d67294 100644 --- a/src/components/ec/cpu/ec_cpu_reduce.c +++ b/src/components/ec/cpu/ec_cpu_reduce.c @@ -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; \