2
0
* splitting CI tests in running SP first and MP second
* set device before hipStreamSynchronize on tests
Este cometimento está contido em:
akolliasAMD
2023-03-21 08:48:39 -06:00
cometido por GitHub
ascendente b02fd04165
cometimento 9a0d4a07a6
2 ficheiros modificados com 3 adições e 1 eliminações
+1
Ver ficheiro
@@ -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]));
}