gtest: add scatter to combined calls and use loops (#303)

* gtest: add scatter to combined calls and use loops

* gtest: run validation inside loop

* gtest: revert small element count to 2520

* gtest: fix memory leak in validation

(cherry picked from commit 36935cfbee)

* Fix combined call UT

* Fix memory leak

* Fix alltoallv test


[ROCm/rccl commit: b33a2cac8b]
Tento commit je obsažen v:
Wenkai Du
2020-11-13 17:57:44 -08:00
odevzdal Wenkai Du
rodič 2c49121171
revize 560224fe9f
8 změnil soubory, kde provedl 61 přidání a 37 odebrání
+1
Zobrazit soubor
@@ -116,6 +116,7 @@ namespace CorrectnessTests
if (idle) pthread_yield();
}
free(done);
HIPCHECK(hipHostFree(fake_head));
HIPCHECK(hipStreamDestroy(stream));
dataset.Release();