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 b0853ccd51)

* Fix combined call UT

* Fix memory leak

* Fix alltoallv test
Этот коммит содержится в:
Wenkai Du
2020-11-13 17:57:44 -08:00
коммит произвёл Wenkai Du
родитель f4d5d3d620
Коммит b33a2cac8b
8 изменённых файлов: 61 добавлений и 37 удалений
+1
Просмотреть файл
@@ -114,6 +114,7 @@ namespace CorrectnessTests
if (idle) pthread_yield();
}
free(done);
HIPCHECK(hipHostFree(fake_head));
HIPCHECK(hipStreamDestroy(stream));
dataset.Release();