Added new unit tests for AllReduce with Bias API (#2036)

* Added new unit tests for AllReduce with Bias API

* Address review comments
Este commit está contenido en:
Atul Kulkarni
2025-12-03 17:37:34 -06:00
cometido por GitHub
padre 185e78a8f0
commit 7c12b0b76b
Se han modificado 9 ficheros con 586 adiciones y 18 borrados
+2
Ver fichero
@@ -200,6 +200,8 @@ namespace RcclUnitTesting
numDetectedGpus = min(numDetectedGpus, 16);
isGfx94 = false;
getArchInfo(&isGfx94, "gfx94");
isGfx95 = false;
getArchInfo(&isGfx95, "gfx95");
isGfx12 = false;
getArchInfo(&isGfx12, "gfx12");
isGfx90 = false;