Test Fixes (#710)
* splitting CI tests in running SP first and MP second * set device before hipStreamSynchronize on tests
Este cometimento está contido em:
cometido por
GitHub
ascendente
b02fd04165
cometimento
9a0d4a07a6
@@ -657,6 +657,7 @@ namespace RcclUnitTesting
|
||||
for (int localRank : localRanksToExecute)
|
||||
{
|
||||
if (this->verbose) INFO("Starting synchronization for rank %d\n", localRank);
|
||||
CHECK_HIP(hipSetDevice(this->deviceIds[localRank]));
|
||||
for (int i = 0; i < this->numStreamsPerGroup; i++)
|
||||
CHECK_HIP(hipStreamSynchronize(this->streams[localRank][i]));
|
||||
}
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador