Merge pull request #19 from avinashkethineedi/teams_split_API

Tento commit je obsažen v:
Avinash Kethineedi
2024-12-23 20:42:09 +05:30
odevzdal GitHub
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -570,7 +570,7 @@ bool Tester::peLaunchesKernel() {
* Some test types are active on both sides.
*/
is_launcher = is_launcher || (_type == TeamReductionTestType) ||
(_type == TeamBroadcastTestType) ||
(_type == TeamBroadcastTestType) || (_type == TeamCtxInfraTestType) ||
(_type == AllToAllTestType) || (_type == FCollectTestType) ||
(_type == PingPongTestType) || (_type == BarrierAllTestType) ||
(_type == SyncTestType) || (_type == SyncAllTestType) ||