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

[ROCm/rccl commit: cf8cfa88a8]
Αυτή η υποβολή περιλαμβάνεται σε:
akolliasAMD
2023-06-29 08:08:17 -06:00
υποβλήθηκε από GitHub
γονέας 894b2d75e7
υποβολή 59e62c807b
12 αρχεία άλλαξαν με 28 προσθήκες και 29 διαγραφές
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, DISABLED_OutOfPlaceGraph)
TEST(AllGather, OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, DISABLED_InPlaceGraph)
TEST(AllGather, InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, DISABLED_ManagedMemGraph)
TEST(AllGather, ManagedMemGraph)
{
TestBed testBed;