From 5f4c8f62980434141af53624a29af497bb14d032 Mon Sep 17 00:00:00 2001 From: Sergey Lebedev Date: Thu, 21 Sep 2023 10:18:52 +0200 Subject: [PATCH] EC/CPU: fix error message --- 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; \