Disabled hipgraph tests! (#725)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllGather, OutOfPlaceGraph)
|
||||
TEST(AllGather, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllGather, InPlaceGraph)
|
||||
TEST(AllGather, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllGather, ManagedMemGraph)
|
||||
TEST(AllGather, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllReduce, OutOfPlaceGraph)
|
||||
TEST(AllReduce, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllReduce, InPlaceGraph)
|
||||
TEST(AllReduce, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllReduce, ManagedMemGraph)
|
||||
TEST(AllReduce, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllToAll, OutOfPlaceGraph)
|
||||
TEST(AllToAll, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(AllToAll, ManagedMemGraph)
|
||||
TEST(AllToAll, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace RcclUnitTesting
|
||||
}
|
||||
|
||||
|
||||
TEST(AllToAllv, OutOfPlaceGraph)
|
||||
TEST(AllToAllv, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, OutOfPlaceGraph)
|
||||
TEST(Broadcast, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, InPlaceGraph)
|
||||
TEST(Broadcast, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Broadcast, ManagedMemGraph)
|
||||
TEST(Broadcast, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, OutOfPlaceGraph)
|
||||
TEST(Gather, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, InPlaceGraph)
|
||||
TEST(Gather, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, ManagedMemGraph)
|
||||
TEST(Gather, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(ReduceScatter, OutOfPlaceGraph)
|
||||
TEST(ReduceScatter, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(ReduceScatter, InPlaceGraph)
|
||||
TEST(ReduceScatter, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(ReduceScatter, ManagedMemGraph)
|
||||
TEST(ReduceScatter, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, OutOfPlaceGraph)
|
||||
TEST(Reduce, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, InPlaceGraph)
|
||||
TEST(Reduce, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, ManagedMemGraph)
|
||||
TEST(Reduce, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Scatter, OutOfPlaceGraph)
|
||||
TEST(Scatter, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Scatter, InPlaceGraph)
|
||||
TEST(Scatter, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Scatter, ManagedMemGraph)
|
||||
TEST(Scatter, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user