Adding timeout functionality/EnvVar to TestBed (#1044)

* Adding timeout functionality/EnvVar to TestBed
* updating timeout unit to microseconds

Signed-off-by: Tim Hu <timhu102@amd.com>

[ROCm/rccl commit: 9c0ef11ac7]
This commit is contained in:
Tim
2024-01-17 11:33:01 -05:00
committed by GitHub
vanhempi 1d62a5f440
commit 245e757b26
6 muutettua tiedostoa jossa 53 lisäystä ja 5 poistoa
@@ -296,6 +296,7 @@ namespace RcclUnitTesting
{
InteractiveWait("Starting ExecuteCollectives for child " + std::to_string(childId));
PIPE_WRITE(childId, cmd);
PIPE_WRITE(childId, ev.timeoutUs);
PIPE_WRITE(childId, useHipGraph);
int tempCurrentRanks = currentRanks.size();
PIPE_WRITE(childId, tempCurrentRanks);