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
We decided not to include this patch in the 1.10 release. It did not
have a significant perf impact on P5 platform.

This reverts commit 3cc3af2.
  • Loading branch information
rauteric authored and AmedeoSapio committed Aug 5, 2024
1 parent 2aa5430 commit 036f939
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 036f939

Please sign in to comment.