Re-enabled graph tests (#736)

* enabled graph tests
* joined multi and single process CI testing

[ROCm/rccl commit: cf8cfa88a8]
Esse commit está contido em:
akolliasAMD
2023-06-29 08:08:17 -06:00
commit de GitHub
commit 59e62c807b
12 arquivos alterados com 28 adições e 29 exclusões
+3 -3
Ver Arquivo
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Reduce, DISABLED_OutOfPlaceGraph)
TEST(Reduce, OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Reduce, DISABLED_InPlaceGraph)
TEST(Reduce, InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Reduce, DISABLED_ManagedMemGraph)
TEST(Reduce, ManagedMemGraph)
{
TestBed testBed;