Skip to content

Commit

Permalink
UCP/PERF: Use final sync up for all UCP ucx_perftest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iyastreb committed Jan 17, 2025
1 parent 3a9f02a commit fad3334
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/tools/perf/lib/ucp_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,7 @@ class ucp_perf_test_runner {
bool use_ack() const
{
/* TODO: daemon does not support bi-directional flow */
if (m_perf.params.ucp.is_daemon_mode) {
return false;
}

return (CMD == UCX_PERF_CMD_TAG) || (CMD == UCX_PERF_CMD_TAG_SYNC) ||
(CMD == UCX_PERF_CMD_AM);
return !m_perf.params.ucp.is_daemon_mode;
}

void send_ack(void *buffer, ucp_datatype_t datatype)
Expand Down

0 comments on commit fad3334

Please sign in to comment.