From a86c6f986c937bff6f9c0a41b072c656606390e5 Mon Sep 17 00:00:00 2001 From: Ilia Yastrebov Date: Thu, 16 Jan 2025 13:40:52 +0000 Subject: [PATCH] UCP/PERF: Use final sync up for all UCP ucx_perftest tests --- src/tools/perf/lib/ucp_tests.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/perf/lib/ucp_tests.cc b/src/tools/perf/lib/ucp_tests.cc index 425132c0d42..47bbad4b692 100644 --- a/src/tools/perf/lib/ucp_tests.cc +++ b/src/tools/perf/lib/ucp_tests.cc @@ -732,8 +732,7 @@ class ucp_perf_test_runner { return false; } - return (CMD == UCX_PERF_CMD_TAG) || (CMD == UCX_PERF_CMD_TAG_SYNC) || - (CMD == UCX_PERF_CMD_AM); + return true; } void send_ack(void *buffer, ucp_datatype_t datatype)