Skip to content

Commit

Permalink
Revert "param: increase CQ read count to 16 for performance"
Browse files Browse the repository at this point in the history
This reverts commit 346be40.

Revert commit since plans are to follow master branch on neuron
platforms. Since benefit of increase has not been verified yet, revert
change for now.
  • Loading branch information
maxtmann authored and bwbarrett committed Aug 22, 2024
1 parent 565ab7c commit 4ddc36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nccl_ofi_param.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ OFI_NCCL_PARAM_INT(mr_cache_disable, "MR_CACHE_DISABLE", 0);
* Maximum number of cq entries to read in a single call to
* fi_cq_read.
*/
OFI_NCCL_PARAM_INT(cq_read_count, "CQ_READ_COUNT", 16);
OFI_NCCL_PARAM_INT(cq_read_count, "CQ_READ_COUNT", 4);

/*
* Protocol to use for send/recv operations. Valid options are
Expand Down

0 comments on commit 4ddc36b

Please sign in to comment.