Re-enabled graph tests (#736)
* enabled graph tests
* joined multi and single process CI testing
[ROCm/rccl commit: cf8cfa88a8]
This commit is contained in:
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, DISABLED_OutOfPlaceGraph)
|
||||
TEST(Broadcast, OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, DISABLED_InPlaceGraph)
|
||||
TEST(Broadcast, InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, DISABLED_ManagedMemGraph)
|
||||
TEST(Broadcast, ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user