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 16, 2025
1 parent 3a9f02a commit a86c6f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/perf/lib/ucp_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a86c6f9

Please sign in to comment.