Skip to content

Commit

Permalink
UCP RMA: Fix put-based plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed Oct 3, 2024
1 parent b246b19 commit 0a245b7
Show file tree
Hide file tree
Showing 2 changed files with 1,066 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion src/p2p_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ ncclResult_t nccl_p2p_ib_get_properties(ncclIbDev *devs, int dev, ncclNetPropert
props->maxComms = ibDev->maxQp;

if (p2p_plugin == NCCL_P2P_IB || p2p_plugin == NCCL_P2P_UCX ||
nccl_p2p_is_uct_plugin(p2p_plugin)) {
p2p_plugin == NCCL_P2P_UCX_RMA || nccl_p2p_is_uct_plugin(p2p_plugin)) {
props->maxRecvs = NCCL_NET_IB_MAX_RECVS;
} else {
props->maxRecvs = 1;
Expand Down
Loading

0 comments on commit 0a245b7

Please sign in to comment.