Merge pull request #19 from avinashkethineedi/teams_split_API

This commit is contained in:
Avinash Kethineedi
2024-12-23 20:42:09 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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) ||