Revert "[AG and RS channel tuning] Add thread work threshold to tuning models and precompute reg index in LL128 (#1641)"

This reverts commit 00c1eb098c.
Этот коммит содержится в:
PedramAlizadeh
2025-05-21 08:50:55 -07:00
коммит произвёл Arm Patinyasakdikul
родитель 66ef428714
Коммит 7f878baef0
7 изменённых файлов: 15 добавлений и 52 удалений
-1
Просмотреть файл
@@ -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--;