Re-enabled graph tests (#736)

* enabled graph tests
* joined multi and single process CI testing
Cette révision appartient à :
akolliasAMD
2023-06-29 08:08:17 -06:00
révisé par GitHub
Parent f7c553edad
révision cf8cfa88a8
12 fichiers modifiés avec 28 ajouts et 29 suppressions
+3 -3
Voir le fichier
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, DISABLED_OutOfPlaceGraph)
TEST(AllReduce, OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, DISABLED_InPlaceGraph)
TEST(AllReduce, InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, DISABLED_ManagedMemGraph)
TEST(AllReduce, ManagedMemGraph)
{
TestBed testBed;