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:
@@ -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);
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user