Skip to content

Commit

Permalink
UCP RMA: Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed Nov 21, 2024
1 parent 3cf2f96 commit b0222cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ucx_rma_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ static ncclResult_t nccl_ucp_worker_init(nccl_ucp_worker_t *w, int dev,
UCXCHECK(ucp_worker_query(w->ucp_worker, &attr));

if (attr.thread_mode != UCS_THREAD_MODE_MULTI) {
WARN("Thread mode multi is not supported");
goto err;
INFO(NCCL_NET, "Thread mode multi is not supported");
}

w->address_length = attr.address_length;
Expand Down

0 comments on commit b0222cb

Please sign in to comment.