Skip to content

Commit b0222cb

Browse files
committed
UCP RMA: Address review comments
1 parent 3cf2f96 commit b0222cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ucx_rma_plugin.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ static ncclResult_t nccl_ucp_worker_init(nccl_ucp_worker_t *w, int dev,
309309
UCXCHECK(ucp_worker_query(w->ucp_worker, &attr));
310310

311311
if (attr.thread_mode != UCS_THREAD_MODE_MULTI) {
312-
WARN("Thread mode multi is not supported");
313-
goto err;
312+
INFO(NCCL_NET, "Thread mode multi is not supported");
314313
}
315314

316315
w->address_length = attr.address_length;

0 commit comments

Comments
 (0)