2
0

Update RCCL/MSCCL work FIFO depth to 256K (#1091)

[ROCm/rccl commit: c5ab37211b]
Este cometimento está contido em:
Wenkai Du
2024-02-21 17:15:11 -08:00
cometido por GitHub
ascendente 4b4bdd904e
cometimento 4b31894d70
2 ficheiros modificados com 2 adições e 2 eliminações
+1 -1
Ver ficheiro
@@ -443,7 +443,7 @@ NCCL_PARAM(AggChannelSize, "AGG_CHANNEL_SIZE", -2);
NCCL_PARAM(DisableGraphHelper, "GRAPH_HELPER_DISABLE", 0);
// GDRCOPY support: FIFO_ENABLE when enabled locates a workFifo in CUDA memory
NCCL_PARAM(GdrCopyFifoEnable, "GDRCOPY_FIFO_ENABLE", 1);
NCCL_PARAM(WorkFifoDepth, "WORK_FIFO_DEPTH", 64<<10);
NCCL_PARAM(WorkFifoDepth, "WORK_FIFO_DEPTH", 256<<10);
enum ncclLaunchMode ncclParamLaunchMode;