Revert "[AG and RS channel tuning] Add thread work threshold to tuning models and precompute reg index in LL128 (#1641)"
This reverts commit 00c1eb098c.
Этот коммит содержится в:
коммит произвёл
Arm Patinyasakdikul
родитель
66ef428714
Коммит
7f878baef0
@@ -1769,7 +1769,6 @@ static ncclResult_t topoGetAlgoInfo(
|
||||
// NVLS should not need more than 16 channels to get peak BW.
|
||||
nc = comm->nvlsChannels;
|
||||
} else {
|
||||
rcclUpdateThreadThreshold(comm, nBytes, info, threadThreshold);
|
||||
// Ring/Tree channel tuning
|
||||
while (nBytes < nc * nt * threadThreshold) {
|
||||
if (nc >= 2) nc--;
|
||||
|
||||
Ссылка в новой задаче
Block a user