Skip to content

Commit

Permalink
Set default QPs per connection back to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Jan 22, 2024
1 parent 532cf85 commit 62b644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ib_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ ncclResult_t ncclIbInit(ncclDebugLogger_t logFunction) {
return nccl_p2p_ib_init(&ncclNIbDevs, ncclIbDevs, ncclIbIfName, &ncclIbIfAddr, &ncclIbAsyncThread, logFunction);
}

NCCL_PARAM(IbQpsPerConn, "IB_QPS_PER_CONNECTION", 2);
NCCL_PARAM(IbQpsPerConn, "IB_QPS_PER_CONNECTION", 1);

ncclResult_t ncclIbInitVerbs(int dev, struct ibv_context* ctx, struct ncclIbVerbs* verbs) {
verbs->dev = dev;
Expand Down

0 comments on commit 62b644f

Please sign in to comment.