SWDEV-1 Disable a test

Disable Performance_hipExtLaunchKernelGGL_QueryGPUFrequency
as it should be a local perf test.

Change-Id: I7e94743d6958ffaadae9cff297e3f2d93f9ff817
This commit is contained in:
taosang2
2025-01-31 16:34:02 -05:00
committed by Tao Sang
parent c54034fe59
commit ff516573f2
3 changed files with 7 additions and 1 deletions
@@ -912,6 +912,8 @@
"=== SWDEV-470751 : Fine Grain memory is MTYPE_NC due to HW bug.",
"Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem",
#endif
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",
"End of json"
]
}
@@ -751,6 +751,8 @@
"Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchDoubleKernel",
"Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch",
#endif
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",
"End of json"
]
}
+3 -1
View File
@@ -639,6 +639,8 @@
"Note: test dropped in latest gerritgit",
"Unit_hipStreamCreate_WithPriorityPerformance_Default_high",
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high",
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low"
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low",
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency"
]
}