From 5828ad2dcf5a49b40f66884eaaba49bd3d71f69e Mon Sep 17 00:00:00 2001 From: Feifei Xu Date: Tue, 27 Feb 2024 14:45:56 +0800 Subject: [PATCH] config: Add config_amd_wsl.json file for WSL config_amd_wsl.json file disabled some cases trigger TDR or not support on WSL. Change-Id: I3227aefe9dc0dc06e6d061a1e24814ec8b62a062 Signed-off-by: Feifei Xu [ROCm/hip-tests commit: ad3137f8d625e6aa7e2da451141cee7563117372] --- .../hipTestMain/config/config_amd_wsl.json | 768 ++++++++++++++++++ 1 file changed, 768 insertions(+) create mode 100644 projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json new file mode 100644 index 0000000000..5344f57ae9 --- /dev/null +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json @@ -0,0 +1,768 @@ +{ + "DisabledTests": + [ + "Note: Windows disabled", + "Unit_hipMalloc_CoherentTst", + "Unit_hipTextureMipmapObj2D_Check", + "Unit_hipGraphAddHostNode_ClonedGraphwithHostNode", + "Unit_hipEventIpc", + "Unit_hipMalloc3D_Negative", + "Unit_hipMemPoolApi_BasicAlloc", + "Unit_hipMemPoolApi_BasicTrim", + "Unit_hipMemPoolApi_BasicReuse", + "Unit_hipMemPoolApi_Opportunistic", + "Unit_hipMalloc3D_ValidatePitch", + "Unit_hipMemAllocPitch_ValidatePitch", + "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Functional", + "Unit_hipMallocManaged_OverSubscription", + "Unit_hipMallocManaged_CoherentTstWthAdvise", + "Unit_hipMallocManaged_Advanced", + "Unit_hipMemRangeGetAttribute_TstCountParam", + "Unit_hipMemRangeGetAttribute_NegativeTests", + "Unit_hipMemRangeGetAttribute_AccessedBy1", + "Unit_hipMemRangeGetAttribte_3", + "Unit_hipMemRangeGetAttribute_4", + "Unit_hipMemRangeGetAttribute_PrefetchAndGtAttr", + "Unit_hipMemAdvise_TstFlags", + "Unit_hipMemAdvise_PrefrdLoc", + "Unit_hipMemAdvise_ReadMostly", + "Unit_hipMemAdvise_TstFlgOverrideEffect", + "Unit_hipMemAdvise_TstAccessedByFlg", + "Unit_hipMemAdvise_TstAccessedByFlg4", + "Unit_hipMemAdvise_TstMemAdvisePrefrdLoc", + "Unit_hipMemAdvise_TstMemAdviseMultiFlag", + "Unit_hipMemAdvise_ReadMosltyMgpuTst", + "Unit_hipMemAdvise_TstSetUnsetPrfrdLoc", + "Unit_hipMallocManaged_DeviceContextChange - unsigned char", + "Unit_hipMallocManaged_DeviceContextChange - int", + "Unit_hipMallocManaged_DeviceContextChange - float", + "Unit_hipMallocManaged_DeviceContextChange - double", + "Unit_hipStreamCreateWithPriority_ValidateWithEvents", + "Unit_hipStreamPerThread_StrmWaitEvt", + "Unit_hipMemGetInfo_DifferentMallocSmall", + "Unit_hipMemGetInfo_MallocArray - int", + "Unit_hipMemGetInfo_MallocArray - int4", + "Unit_hipMemGetInfo_MallocArray - char", + "Unit_hipMemGetInfo_Malloc3D", + "Unit_hipMemGetInfo_Malloc3DArray - char", + "Unit_hipMemGetInfo_Malloc3DArray - int", + "Unit_hipMemGetInfo_Malloc3DArray - int4", + "Unit_hipMemGetInfo_ParaSmall", + "Unit_hipMemGetInfo_ParaMultiSmall", + "Unit_hipMultiThreadDevice_NearZero", + "Unit_hipStreamPerThread_DeviceReset_1", + "Unit_hipStreamCreateWithPriority_ValidateWithEvents", + "Unit_hipStreamPerThread_StrmWaitEvt", + "Unit_hipGraphMemcpyNodeSetParamsToSymbol_Functional", + "Unit_hipStreamWaitEvent_DifferentStreams", + "Unit_hipStreamQuery_WithFinishedWork", + "Unit_hipDeviceGetCacheConfig_Positive_Basic", + "Unit_hipDeviceGetCacheConfig_Positive_Basic", + "Unit_hipDeviceGetCacheConfig_Positive_Threaded", + "Unit_hipStreamValue_Wait32_Blocking_Mask_Gte", + "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1", + "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_2", + "Unit_hipStreamValue_Wait32_Blocking_Mask_And", + "Unit_hipStreamValue_Wait32_Blocking_NoMask_Eq", + "Unit_hipStreamValue_Wait32_Blocking_NoMask_Gte", + "Unit_hipStreamValue_Wait32_Blocking_NoMask_And", + "Unit_hipStreamValue_Wait32_Blocking_NoMask_Nor", + "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_1", + "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_2", + "Unit_hipStreamValue_Wait64_Blocking_Mask_Eq_1", + "Unit_hipStreamValue_Wait64_Blocking_Mask_Eq_2", + "Unit_hipStreamValue_Wait64_Blocking_Mask_And", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Gte", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Eq", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_And", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor", + "Unit_hipGetDeviceFlags_Positive_Context", + "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", + "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", + "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", + "Unit_hipDeviceGetSharedMemConfig_Positive_Basic", + "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded", + "Unit_hipDeviceReset_Positive_Basic", + "Unit_hipDeviceReset_Positive_Threaded", + "Unit_hipInit_Negative", + "Unit_hipGraphMemcpyNodeSetParams_Functional", + "Unit_hipGraphNodeGetDependentNodes_Functional", + "Unit_hipGraphNodeGetDependencies_Functional", + "Unit_hipGraphExecChildGraphNodeSetParams_ChildTopology", + "Unit_hipGraphAddEventRecordNode_MultipleRun", + "Unit_hipGraphAddEventRecordNode_Functional_ElapsedTime", + "Unit_hipStreamBeginCapture_captureComplexGraph", + "Note: needs to be enabled when streamPerThread issues are fixed", + "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread", + "Note: intermittent Seg fault failure ", + "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags", + "Unit_hipGraphAddChildGraphNode_MultGraphsAsSingleGraph", + "Unit_hipFuncSetCacheConfig_Positive_Basic", + "Unit_hipFuncSetCacheConfig_Negative_Parameters", + "Unit_hipFuncSetSharedMemConfig_Positive_Basic", + "Unit_hipFuncSetSharedMemConfig_Negative_Parameters", + "Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize", + "Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout", + "Unit_hipFuncSetAttribute_Positive_Parameters", + "Unit_hipFuncSetAttribute_Negative_Parameters", + "Unit_hipEventCreateWithFlags_DisableSystemFence_HstVisMem", + "Unit_hipEventCreateWithFlags_DefaultFlg_HstVisMem", + "Unit_hipEventCreateWithFlags_DisableSystemFence_NonCohHstMem", + "Unit_hipEventCreateWithFlags_DefaultFlg_NonCohHstMem", + "Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem", + "Unit_hipEventCreateWithFlags_DefaultFlg_CohHstMem", + "NOTE: The following 4 tests are disabled due to defect - EXSWHTEC-240", + "Unit_hipFuncSetCacheConfig_Negative_Not_Supported", + "Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported", + "Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize_Not_Supported", + "Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_Supported", + "Unit_hipOccupancyMaxActiveBlocksPerMultiprocessor_Negative_Parameters", + "Unit_hipGraphMemcpyNodeSetParamsToSymbol_Positive_Basic", + "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Positive_Basic", + "Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Positive_Basic", + "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Positive_Basic", + "Unit_hipKernelNameRef_Negative_Parameters", + "Unit_hipKernelNameRef_Positive_Basic", + "Unit_hipMemAdvise_AccessedBy_All_Devices", + "Unit_hipMemAdvise_No_Flag_Interference", + "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode", + "Unit_hipMemGetAddressRange_Negative", + "NOTE: The following 2 tests are disabled due to defect - EXSWHTEC-238", + "Unit_hipDrvMemcpy3D_Positive_Array", + "Unit_hipDrvMemcpy3DAsync_Positive_Array", + "Unit_hipMemGetAddressRange_Positive", + "Note: devicelib hangs and failures", + "Unit_deviceAllocation_Malloc_PerThread_PrimitiveDataType", + "Unit_deviceAllocation_New_PerThread_PrimitiveDataType", + "Unit_deviceAllocation_Malloc_PerThread_StructDataType", + "Unit_deviceAllocation_New_PerThread_StructDataType", + "Unit_deviceAllocation_Malloc_AcrossKernels", + "Unit_deviceAllocation_New_AcrossKernels", + "Unit_deviceAllocation_Malloc_SingleCodeObj", + "Unit_deviceAllocation_New_SingleCodeObj", + "Unit_deviceAllocation_Malloc_PerThread_Graph", + "Unit_deviceAllocation_New_PerThread_Graph", + "Unit_deviceAllocation_Malloc_DeviceFunc", + "Unit_deviceAllocation_VirtualFunction", + "Unit_deviceAllocation_Malloc_MulKernels_MulThreads", + "Unit_deviceAllocation_New_MulKernels_MulThreads", + "Unit_deviceAllocation_Malloc_MulCodeObj", + "Unit_deviceAllocation_New_MulCodeObj", + "Unit_deviceAllocation_New_DeviceFunc", + "Unit_hipGraphAddEventRecordNode_MultipleRun", + "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor", + "Unit_hipStreamQuery_WithFinishedWork", + "Unit_hipLaunchHostFunc_Graph", + "Unit_hipLaunchHostFunc_KernelHost", + "Unit_ChannelDescriptor_Positive_16BitFloatingPoint", + "Unit_hipStreamSetCaptureDependencies_Positive_Functional", + "Note: Following four tests disabled due to defect - EXSWHTEC-203", + "Unit_hipGraphAddMemsetNode_Positive_Basic - uint16_t", + "Unit_hipGraphAddMemsetNode_Positive_Basic - uint32_t", + "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint16_t", + "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t", + "Note: Test disabled due to defect - EXSWHTEC-207", + "Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", + "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t", + "Unit_hipStreamWaitEvent_UninitializedStream_Negative", + "Unit_hipDeviceGetUuid_Positive", + "Disabling test tracked SWDEV-394199", + "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag", + "SWDEV-396617 ExecMemcpyNodeSetParamsFromSymbol fails in direction", + "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative_Parameters", + "SWDEV-396616 hipMemMap returns invalid error", + "Unit_hipMemVmm_Basic", + "SWDEV-396615 mGPUs not considered correctly", + "Unit_hipManagedKeyword_MultiGpu", + "Disabling test tracked SWDEV-391555", + "Unit_hipMemcpyPeer_Positive_ZeroSize", + "Unit_hipMemcpyPeerAsync_Positive_ZeroSize", + "Disabling test tracked SWDEV-391718", + "Unit_hipMemRangeGetAttribute_TstCountParam", + "SWDEV-400049 tdr intermittently", + "Unit_hipMemsetDSync – init16_t", + "Unit_hipStreamAddCallback_StrmSyncTiming", + "SWDEV-402082 - PAL Backend fails to reserve address on GPU except first one", + "Unit_hipGraphInstantiateWithFlags_FlagAutoFreeOnLaunch_check", + "SWDEV-398981 fails in stress test", + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", + "Disabling below tests temporarily due to change in API behavior", + "Unit_hipMemPrefetchAsync_NonPageSz", + "Unit_hipStreamCreateWithFlags_DefaultStreamInteraction", + "SWDEV-402054 fails in external github build", + "Unit_hipEventDestroy_WithWaitingStream", + "Note: UUID returned empty on some windows nodes", + "Unit_hipDeviceGetUuid_Positive", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96 ===", + "Unit_hipHostGetDevicePointer_Negative", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/215 ===", + "Unit_ChannelDescriptor_Positive_Basic_1D - long", + "Unit_ChannelDescriptor_Positive_Basic_1D - unsigned long", + "Unit_ChannelDescriptor_Positive_Basic_1D - ulong1", + "Unit_ChannelDescriptor_Positive_Basic_1D - signed long", + "Unit_ChannelDescriptor_Positive_Basic_1D - long1", + "Unit_ChannelDescriptor_Positive_Basic_2D - ulong2", + "Unit_ChannelDescriptor_Positive_Basic_2D - long2", + "Unit_ChannelDescriptor_Positive_Basic_3D - ulong3", + "Unit_ChannelDescriptor_Positive_Basic_3D - long3", + "Unit_ChannelDescriptor_Positive_Basic_4D - ulong4", + "Unit_ChannelDescriptor_Positive_Basic_4D - long4", + "Unit_hipExtModuleLaunchKernel_NonUniformWorkGroup", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/18 ===", + "Unit_hipMemcpyAsync_Negative_Parameters", + "Unit_hipMemcpyDtoHAsync_Negative_Parameters", + "Unit_hipMemcpyHtoDAsync_Negative_Parameters", + "Unit_hipMemcpyDtoDAsync_Negative_Parameters", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===", + "Unit_hipGetChannelDesc_Negative_Parameters", + "Unit_hipTextureMipmapRef2D_Positive_Check", + "Unit_hipTextureMipmapRef2D_Negative_Parameters", + "=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===", + "Unit_hiprtc_saxpy", + "Unit_hiprtc_warpsize", + "Unit_hiprtc_functional", + "Unit_hipStreamCaptureRtc", + "Unit_hiprtc_cpp17", + "Unit_hiprtc_namehandling", + "Unit_hiprtc_getloweredname", + "Unit_hiprtc_test_hip_bfloat16", + "Unit_RTC_LinkerAPI", + "Unit_hiprtc_half_shuffle", + "Unit_hiprtc_includepath", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/416 ===", + "Unit_hipStreamCreate_Performance", + "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", + "Unit_hipStreamCreate_WithFlagsPerformance_Default", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", + "Note: Linux disabled", + "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic", + "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range", + "Unit_hipStreamAttachMemAsync_Negative_Parameters", + "Unit_hipGraphAddMemcpyNode1D_Negative_Basic", + "intermittent issue: corrupted double-linked list", + "Unit_hipGraphRetainUserObject_Functional_2", + "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Separate_Allocations", + "Unit_hipStreamCreateWithFlags_DefaultStreamInteraction", + "Unit_hipMemset3DSync", + "Unit_hipStreamAddCallback_StrmSyncTiming", + "Disabling test tracked SWDEV-395683", + "Unit_hipStreamPerThread_MultiThread", + "Disabling tests tracked with SWDEV-389647..", + "Unit_hipMemcpy2DToArrayAsync_Positive_Synchronization_Behavior", + "Fails in Stress test SWDEV-398971", + "SWDEV-398975 Seg faults in stress test", + "Unit_hipMemcpyWithStream_MultiThread", + "SWDEV-398977 fails in stress tests", + "Unit_hipMemset2DSync", + "SWDEV-398981 fails in stress test", + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", + "Note: Image extension disabled", + "Unit_hipMemcpy2DToArray_Positive_Default", + "Unit_hipMemcpy2DToArray_Positive_Synchronization_Behavior", + "Unit_hipMemcpy2DToArray_Positive_ZeroWidthHeight", + "Unit_hipMemcpy2DToArray_Negative_Parameters", + "Unit_hipMemcpy2DToArray_Basic", + "Unit_hipMemcpy2DToArray_ExtentValidation", + "Unit_hipMemcpy2DToArray_PinnedMemSameGPU", + "Unit_hipMemcpy2DToArray_Negative", + "Unit_hipMemcpy2DToArrayAsync_Positive_Default", + "Unit_hipMemcpy2DToArrayAsync_Positive_ZeroWidthHeight", + "Unit_hipMemcpy2DToArrayAsync_Negative_Parameters", + "Unit_hipMemcpy2DToArrayAsync_Basic", + "Unit_hipMemcpy2DToArrayAsync_ExtentValidation", + "Unit_hipMemcpy2DToArrayAsync_PinnedHostMemSameGpu", + "Unit_hipMemcpy2DToArrayAsync_Negative", + "Unit_hipMemcpy3D_ExtentValidation", + "Unit_hipMemcpy3DAsync_ExtentValidation", + "Unit_hipMemcpy2DFromArray_Positive_Default", + "Unit_hipMemcpy2DFromArray_Positive_Synchronization_Behavior", + "Unit_hipMemcpy2DFromArray_Positive_ZeroWidthHeight", + "Unit_hipMemcpy2DFromArray_Negative_Parameters", + "Unit_hipMemcpy2DFromArray_Basic", + "Unit_hipMemcpy2DFromArray_ExtentValidation", + "Unit_hipMemcpy2DFromArray_PinnedMemSameGPU", + "Unit_hipMemcpy2DFromArray_Negative", + "Unit_hipMemcpy2DFromArrayAsync_Positive_Default", + "Unit_hipMemcpy2DFromArrayAsync_Positive_Synchronization_Behavior", + "Unit_hipMemcpy2DFromArrayAsync_Positive_ZeroWidthHeight", + "Unit_hipMemcpy2DFromArrayAsync_Negative_Parameters", + "Unit_hipMemcpy2DFromArrayAsync_Basic", + "Unit_hipMemcpy2DFromArrayAsync_ExtentValidation", + "Unit_hipMemcpy2DFromArrayAsync_PinnedHostMemSameGpu", + "Unit_hipMemcpy2DFromArrayAsync_Negative", + "Unit_hipMemcpyAtoH_Positive_Default", + "Unit_hipMemcpyAtoH_Positive_Synchronization_Behavior", + "Unit_hipMemcpyAtoH_Negative_Parameters", + "Unit_hipMemcpyAtoH_Basic - char", + "Unit_hipMemcpyAtoH_Basic - int", + "Unit_hipMemcpyAtoH_Basic - float", + "Unit_hipMemcpyHtoA_Basic - char", + "Unit_hipMemcpyHtoA_Basic - int", + "Unit_hipMemcpyHtoA_Basic - float", + "Unit_hipMemcpyAtoH_Negative", + "Unit_hipMemcpyHtoA_Positive_Default", + "Unit_hipMemcpyHtoA_Positive_Synchronization_Behavior", + "Unit_hipMemcpyHtoA_Negative_Parameters", + "Unit_hipMemcpyHtoA_Negative", + "Unit_hipMallocArray_DiffSizes", + "Unit_hipMallocArray_MultiThread", + "Unit_hipMallocArray_happy - uint", + "Unit_hipMallocArray_happy - int", + "Unit_hipMallocArray_happy - int4", + "Unit_hipMallocArray_happy - ushort", + "Unit_hipMallocArray_happy - short2", + "Unit_hipMallocArray_happy - char", + "Unit_hipMallocArray_happy - uchar2", + "Unit_hipMallocArray_happy - char4", + "Unit_hipMallocArray_happy - float", + "Unit_hipMallocArray_happy - float2", + "Unit_hipMallocArray_happy - float4", + "Unit_hipMallocArray_MaxTexture_Default - uint", + "Unit_hipMallocArray_MaxTexture_Default - int4", + "Unit_hipMallocArray_MaxTexture_Default - ushort", + "Unit_hipMallocArray_MaxTexture_Default - short2", + "Unit_hipMallocArray_MaxTexture_Default - char", + "Unit_hipMallocArray_MaxTexture_Default - char4", + "Unit_hipMallocArray_MaxTexture_Default - float2", + "Unit_hipMallocArray_MaxTexture_Default - float4", + "Unit_hipMalloc3DArray_DiffSizes", + "Unit_hipMalloc3DArray_MultiThread", + "Unit_hipMalloc3DArray_happy - char", + "Unit_hipMalloc3DArray_happy - uchar2", + "Unit_hipMalloc3DArray_happy - uint2", + "Unit_hipMalloc3DArray_happy - int4", + "Unit_hipMalloc3DArray_happy - short4", + "Unit_hipMalloc3DArray_happy - float", + "Unit_hipMalloc3DArray_happy - float2", + "Unit_hipMalloc3DArray_happy - float4", + "Unit_hipMalloc3DArray_MaxTexture - int", + "Unit_hipMalloc3DArray_MaxTexture - uint4", + "Unit_hipMalloc3DArray_MaxTexture - short", + "Unit_hipMalloc3DArray_MaxTexture - ushort2", + "Unit_hipMalloc3DArray_MaxTexture - unsigned char", + "Unit_hipMalloc3DArray_MaxTexture - float", + "Unit_hipMalloc3DArray_MaxTexture - float4", + "Unit_hipStrmPerThrdDefault", + "Unit_hipTextureFetch_vector", + "Unit_tex1Dfetch_CheckModes", + "Unit_hipCreateTextureObject_tex1DfetchVerification", + "Unit_hipTextureObj1DCheckModes", + "Unit_hipTextureObj1DCheckRGBAModes - array" , + "Unit_hipTextureObj1DCheckSRGBAModes - array", + "Unit_hipTextureObj1DCheckRGBAModes - buffer", + "Unit_hipTextureObj1DCheckSRGBAModes - buffer", + "Unit_hipArrayCreate_happy - uint", + "Unit_hipArrayCreate_happy - int", + "Unit_hipArrayCreate_happy - int4", + "Unit_hipArrayCreate_happy - ushort", + "Unit_hipArrayCreate_happy - short2", + "Unit_hipArrayCreate_happy - char", + "Unit_hipArrayCreate_happy - uchar2", + "Unit_hipArrayCreate_happy - char4", + "Unit_hipArrayCreate_happy - float", + "Unit_hipArrayCreate_happy - float2", + "Unit_hipArrayCreate_happy - float4", + "Unit_hipArrayCreate_maxTexture - uint", + "Unit_hipArrayCreate_maxTexture - int", + "Unit_hipArrayCreate_maxTexture - int4", + "Unit_hipArrayCreate_maxTexture - ushort", + "Unit_hipArrayCreate_maxTexture - short2", + "Unit_hipArrayCreate_maxTexture - char", + "Unit_hipArrayCreate_maxTexture - uchar2", + "Unit_hipArrayCreate_maxTexture - char4", + "Unit_hipArrayCreate_maxTexture - float", + "Unit_hipArrayCreate_maxTexture - float2", + "Unit_hipArrayCreate_maxTexture - float4", + "Unit_hipArray3DCreate_MaxTexture - int", + "Unit_hipArray3DCreate_MaxTexture - uint4", + "Unit_hipArray3DCreate_MaxTexture - short", + "Unit_hipArray3DCreate_MaxTexture - ushort2", + "Unit_hipArray3DCreate_MaxTexture - unsigned char", + "Unit_hipArray3DCreate_MaxTexture - float", + "Unit_hipArray3DCreate_MaxTexture - float4", + "Unit_hipArray3DCreate_happy - char", + "Unit_hipArray3DCreate_happy - uchar2", + "Unit_hipArray3DCreate_happy - uint2", + "Unit_hipArray3DCreate_happy - int4", + "Unit_hipArray3DCreate_happy - short4", + "Unit_hipArray3DCreate_happy - float", + "Unit_hipArray3DCreate_happy - float2", + "Unit_hipArray3DCreate_happy - float4", + "Unit_hipDrvMemcpy3D_MultipleDataTypes - uint8_t", + "Unit_hipDrvMemcpy3D_MultipleDataTypes - int", + "Unit_hipDrvMemcpy3D_MultipleDataTypes - float", + "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - uint8_t", + "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - int", + "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - float", + "Unit_hipDrvMemcpy3DAsync_HosttoDevice", + "Unit_hipDrvMemcpy3DAsync_ExtentValidation", + "Unit_hipTextureObj2D_Check", + "Unit_hipGetChannelDesc_CreateAndGet", + "Unit_hipTextureObj2DCheckModes", + "Unit_hipTextureObj3DCheckModes", + "Unit_hipTextureObj2DCheckRGBAModes", + "Unit_hipTextureObj2DCheckSRGBAModes", + "Unit_hipPointerGetAttribute_MemoryTypes", + "Unit_hipArray_Valid", + "Unit_hipArray_DoubleFree", + "Unit_hipArray_TrippleDestroy", + "Unit_hipFreeImplicitSyncArray - char", + "Unit_hipFreeImplicitSyncArray - float", + "Unit_hipFreeImplicitSyncArray - float2", + "Unit_hipFreeImplicitSyncArray - float4", + "Unit_hipFreeDoubleArray", + "Unit_hipFreeMultiTArray - char", + "Unit_hipFreeMultiTArray - int", + "Unit_hipFreeMultiTArray - float2", + "Unit_hipFreeMultiTArray - float4", + "Unit_hipArrayCreate_DiffSizes", + "Unit_hipArrayCreate_MultiThread", + "Unit_hipDrvMemcpy3D_HosttoDevice", + "Unit_hipDrvMemcpy3D_ExtentValidation", + "Unit_hipGraphAddMemcpyNode_Negative", + "Unit_hipGraphAddMemcpyNode_BasicFunctional", + "Unit_hipGraphExecMemcpyNodeSetParams_Negative", + "Unit_hipGraphExecMemcpyNodeSetParams_Functional", + "Unit_hipGraphMemcpyNodeGetParams_Negative", + "Unit_hipGraphMemcpyNodeGetParams_Functional", + "Unit_hipGraphMemcpyNodeSetParams_Negative", + "Unit_hipGraphMemcpyNodeSetParams_Functional", + "Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams", + "Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams", + "Unit_hipTexObjPitch_texture2D - float", + "Unit_hipTexObjPitch_texture2D - int", + "Unit_hipTexObjPitch_texture2D - unsigned char", + "Unit_hipTexObjPitch_texture2D - int16_t", + "Unit_hipTexObjPitch_texture2D - char", + "Unit_hipTexObjPitch_texture2D - unsigned int", + "Unit_hipGraphDebugDotPrint_Functional", + "Unit_hipMemcpy3D_Positive_Array", + "Unit_hipMemcpy3DAsync_Positive_Array", + "Unit_hipDrvMemcpy3D_Positive_Array", + "Unit_hipDrvMemcpy3DAsync_Positive_Array", + "Unit_hipGetChannelDesc_Negative_Parameters", + "Unit_hipGetTexObjectResourceDesc_positive", + "Unit_hipGetTexObjectResourceDesc_Negative_Parameters", + "Unit_hipGetTexObjectResourceViewDesc_positive", + "Unit_hipGetTexObjectResourceViewDesc_Negative_Parameters", + "Unit_hipGetTexObjectTextureDesc_positive", + "Unit_hipGetTexObjectTextureDesc_Negative_Parameters", + "Unit_hipTexObjectDestroy_positive", + "Unit_hipGetTextureObjectResourceDesc_positive", + "Unit_hipGetTextureObjectResourceDesc_Negative_Parameters", + "Unit_hipGetTextureObjectResourceViewDesc_positive", + "Unit_hipGetTextureObjectResourceViewDesc_Negative_Parameters", + "Unit_hipGetTextureObjectTextureDesc_positive", + "Unit_hipGetTextureObjectTextureDesc_Negative_Parameters", + "Unit_hipDestroyTextureObject_positive", + "Unit_hipSurfaceObj1D_type_R - char", + "Unit_hipSurfaceObj1D_type_R - uchar", + "Unit_hipSurfaceObj1D_type_R - short", + "Unit_hipSurfaceObj1D_type_R - ushort", + "Unit_hipSurfaceObj1D_type_R - int", + "Unit_hipSurfaceObj1D_type_R - uint", + "Unit_hipSurfaceObj1D_type_R - float", + "Unit_hipSurfaceObj1D_type_R - char1", + "Unit_hipSurfaceObj1D_type_R - uchar1", + "Unit_hipSurfaceObj1D_type_R - short1", + "Unit_hipSurfaceObj1D_type_R - ushort1", + "Unit_hipSurfaceObj1D_type_R - int1", + "Unit_hipSurfaceObj1D_type_R - uint1", + "Unit_hipSurfaceObj1D_type_R - float1", + "Unit_hipSurfaceObj1D_type_R - char2", + "Unit_hipSurfaceObj1D_type_R - uchar2", + "Unit_hipSurfaceObj1D_type_R - short2", + "Unit_hipSurfaceObj1D_type_R - ushort2", + "Unit_hipSurfaceObj1D_type_R - int2", + "Unit_hipSurfaceObj1D_type_R - uint2", + "Unit_hipSurfaceObj1D_type_R - float2", + "Unit_hipSurfaceObj1D_type_R - char4", + "Unit_hipSurfaceObj1D_type_R - uchar4", + "Unit_hipSurfaceObj1D_type_R - short4", + "Unit_hipSurfaceObj1D_type_R - ushort4", + "Unit_hipSurfaceObj1D_type_R - int4", + "Unit_hipSurfaceObj1D_type_R - uint4", + "Unit_hipSurfaceObj1D_type_R - float4", + "Unit_hipSurfaceObj1D_type_W - char", + "Unit_hipSurfaceObj1D_type_W - uchar", + "Unit_hipSurfaceObj1D_type_W - short", + "Unit_hipSurfaceObj1D_type_W - ushort", + "Unit_hipSurfaceObj1D_type_W - int", + "Unit_hipSurfaceObj1D_type_W - uint", + "Unit_hipSurfaceObj1D_type_W - float", + "Unit_hipSurfaceObj1D_type_W - char1", + "Unit_hipSurfaceObj1D_type_W - uchar1", + "Unit_hipSurfaceObj1D_type_W - short1", + "Unit_hipSurfaceObj1D_type_W - ushort1", + "Unit_hipSurfaceObj1D_type_W - int1", + "Unit_hipSurfaceObj1D_type_W - uint1", + "Unit_hipSurfaceObj1D_type_W - float1", + "Unit_hipSurfaceObj1D_type_W - char2", + "Unit_hipSurfaceObj1D_type_W - uchar2", + "Unit_hipSurfaceObj1D_type_W - short2", + "Unit_hipSurfaceObj1D_type_W - ushort2", + "Unit_hipSurfaceObj1D_type_W - int2", + "Unit_hipSurfaceObj1D_type_W - uint2", + "Unit_hipSurfaceObj1D_type_W - float2", + "Unit_hipSurfaceObj1D_type_W - char4", + "Unit_hipSurfaceObj1D_type_W - uchar4", + "Unit_hipSurfaceObj1D_type_W - short4", + "Unit_hipSurfaceObj1D_type_W - ushort4", + "Unit_hipSurfaceObj1D_type_W - int4", + "Unit_hipSurfaceObj1D_type_W - uint4", + "Unit_hipSurfaceObj1D_type_W - float4", + "Unit_hipSurfaceObj1D_type_RW - char", + "Unit_hipSurfaceObj1D_type_RW - uchar", + "Unit_hipSurfaceObj1D_type_RW - short", + "Unit_hipSurfaceObj1D_type_RW - ushort", + "Unit_hipSurfaceObj1D_type_RW - int", + "Unit_hipSurfaceObj1D_type_RW - uint", + "Unit_hipSurfaceObj1D_type_RW - float", + "Unit_hipSurfaceObj1D_type_RW - char1", + "Unit_hipSurfaceObj1D_type_RW - uchar1", + "Unit_hipSurfaceObj1D_type_RW - short1", + "Unit_hipSurfaceObj1D_type_RW - ushort1", + "Unit_hipSurfaceObj1D_type_RW - int1", + "Unit_hipSurfaceObj1D_type_RW - uint1", + "Unit_hipSurfaceObj1D_type_RW - float1", + "Unit_hipSurfaceObj1D_type_RW - char2", + "Unit_hipSurfaceObj1D_type_RW - uchar2", + "Unit_hipSurfaceObj1D_type_RW - short2", + "Unit_hipSurfaceObj1D_type_RW - ushort2", + "Unit_hipSurfaceObj1D_type_RW - int2", + "Unit_hipSurfaceObj1D_type_RW - uint2", + "Unit_hipSurfaceObj1D_type_RW - float2", + "Unit_hipSurfaceObj1D_type_RW - char4", + "Unit_hipSurfaceObj1D_type_RW - uchar4", + "Unit_hipSurfaceObj1D_type_RW - short4", + "Unit_hipSurfaceObj1D_type_RW - ushort4", + "Unit_hipSurfaceObj1D_type_RW - int4", + "Unit_hipSurfaceObj1D_type_RW - uint4", + "Unit_hipSurfaceObj1D_type_RW - float4", + "Unit_hipSurfaceObj2D_type_R - char", + "Unit_hipSurfaceObj2D_type_R - uchar", + "Unit_hipSurfaceObj2D_type_R - short", + "Unit_hipSurfaceObj2D_type_R - ushort", + "Unit_hipSurfaceObj2D_type_R - int", + "Unit_hipSurfaceObj2D_type_R - uint", + "Unit_hipSurfaceObj2D_type_R - float", + "Unit_hipSurfaceObj2D_type_R - char1", + "Unit_hipSurfaceObj2D_type_R - uchar1", + "Unit_hipSurfaceObj2D_type_R - short1", + "Unit_hipSurfaceObj2D_type_R - ushort1", + "Unit_hipSurfaceObj2D_type_R - int1", + "Unit_hipSurfaceObj2D_type_R - uint1", + "Unit_hipSurfaceObj2D_type_R - float1", + "Unit_hipSurfaceObj2D_type_R - char2", + "Unit_hipSurfaceObj2D_type_R - uchar2", + "Unit_hipSurfaceObj2D_type_R - short2", + "Unit_hipSurfaceObj2D_type_R - ushort2", + "Unit_hipSurfaceObj2D_type_R - int2", + "Unit_hipSurfaceObj2D_type_R - uint2", + "Unit_hipSurfaceObj2D_type_R - float2", + "Unit_hipSurfaceObj2D_type_R - char4", + "Unit_hipSurfaceObj2D_type_R - uchar4", + "Unit_hipSurfaceObj2D_type_R - short4", + "Unit_hipSurfaceObj2D_type_R - ushort4", + "Unit_hipSurfaceObj2D_type_R - int4", + "Unit_hipSurfaceObj2D_type_R - uint4", + "Unit_hipSurfaceObj2D_type_R - float4", + "Unit_hipSurfaceObj2D_type_W - char", + "Unit_hipSurfaceObj2D_type_W - uchar", + "Unit_hipSurfaceObj2D_type_W - short", + "Unit_hipSurfaceObj2D_type_W - ushort", + "Unit_hipSurfaceObj2D_type_W - int", + "Unit_hipSurfaceObj2D_type_W - uint", + "Unit_hipSurfaceObj2D_type_W - float", + "Unit_hipSurfaceObj2D_type_W - char1", + "Unit_hipSurfaceObj2D_type_W - uchar1", + "Unit_hipSurfaceObj2D_type_W - short1", + "Unit_hipSurfaceObj2D_type_W - ushort1", + "Unit_hipSurfaceObj2D_type_W - int1", + "Unit_hipSurfaceObj2D_type_W - uint1", + "Unit_hipSurfaceObj2D_type_W - float1", + "Unit_hipSurfaceObj2D_type_W - char2", + "Unit_hipSurfaceObj2D_type_W - uchar2", + "Unit_hipSurfaceObj2D_type_W - short2", + "Unit_hipSurfaceObj2D_type_W - ushort2", + "Unit_hipSurfaceObj2D_type_W - int2", + "Unit_hipSurfaceObj2D_type_W - uint2", + "Unit_hipSurfaceObj2D_type_W - float2", + "Unit_hipSurfaceObj2D_type_W - char4", + "Unit_hipSurfaceObj2D_type_W - uchar4", + "Unit_hipSurfaceObj2D_type_W - short4", + "Unit_hipSurfaceObj2D_type_W - ushort4", + "Unit_hipSurfaceObj2D_type_W - int4", + "Unit_hipSurfaceObj2D_type_W - uint4", + "Unit_hipSurfaceObj2D_type_W - float4", + "Unit_hipSurfaceObj2D_type_RW - char", + "Unit_hipSurfaceObj2D_type_RW - uchar", + "Unit_hipSurfaceObj2D_type_RW - short", + "Unit_hipSurfaceObj2D_type_RW - ushort", + "Unit_hipSurfaceObj2D_type_RW - int", + "Unit_hipSurfaceObj2D_type_RW - uint", + "Unit_hipSurfaceObj2D_type_RW - float", + "Unit_hipSurfaceObj2D_type_RW - char1", + "Unit_hipSurfaceObj2D_type_RW - uchar1", + "Unit_hipSurfaceObj2D_type_RW - short1", + "Unit_hipSurfaceObj2D_type_RW - ushort1", + "Unit_hipSurfaceObj2D_type_RW - int1", + "Unit_hipSurfaceObj2D_type_RW - uint1", + "Unit_hipSurfaceObj2D_type_RW - float1", + "Unit_hipSurfaceObj2D_type_RW - char2", + "Unit_hipSurfaceObj2D_type_RW - uchar2", + "Unit_hipSurfaceObj2D_type_RW - short2", + "Unit_hipSurfaceObj2D_type_RW - ushort2", + "Unit_hipSurfaceObj2D_type_RW - int2", + "Unit_hipSurfaceObj2D_type_RW - uint2", + "Unit_hipSurfaceObj2D_type_RW - float2", + "Unit_hipSurfaceObj2D_type_RW - char4", + "Unit_hipSurfaceObj2D_type_RW - uchar4", + "Unit_hipSurfaceObj2D_type_RW - short4", + "Unit_hipSurfaceObj2D_type_RW - ushort4", + "Unit_hipSurfaceObj2D_type_RW - int4", + "Unit_hipSurfaceObj2D_type_RW - uint4", + "Unit_hipSurfaceObj2D_type_RW - float4", + "Unit_hipSurfaceObj3D_type_R - char", + "Unit_hipSurfaceObj3D_type_R - uchar", + "Unit_hipSurfaceObj3D_type_R - short", + "Unit_hipSurfaceObj3D_type_R - ushort", + "Unit_hipSurfaceObj3D_type_R - int", + "Unit_hipSurfaceObj3D_type_R - uint", + "Unit_hipSurfaceObj3D_type_R - float", + "Unit_hipSurfaceObj3D_type_R - char1", + "Unit_hipSurfaceObj3D_type_R - uchar1", + "Unit_hipSurfaceObj3D_type_R - short1", + "Unit_hipSurfaceObj3D_type_R - ushort1", + "Unit_hipSurfaceObj3D_type_R - int1", + "Unit_hipSurfaceObj3D_type_R - uint1", + "Unit_hipSurfaceObj3D_type_R - float1", + "Unit_hipSurfaceObj3D_type_R - char2", + "Unit_hipSurfaceObj3D_type_R - uchar2", + "Unit_hipSurfaceObj3D_type_R - short2", + "Unit_hipSurfaceObj3D_type_R - ushort2", + "Unit_hipSurfaceObj3D_type_R - int2", + "Unit_hipSurfaceObj3D_type_R - uint2", + "Unit_hipSurfaceObj3D_type_R - float2", + "Unit_hipSurfaceObj3D_type_R - char4", + "Unit_hipSurfaceObj3D_type_R - uchar4", + "Unit_hipSurfaceObj3D_type_R - short4", + "Unit_hipSurfaceObj3D_type_R - ushort4", + "Unit_hipSurfaceObj3D_type_R - int4", + "Unit_hipSurfaceObj3D_type_R - uint4", + "Unit_hipSurfaceObj3D_type_R - float4", + "Unit_hipSurfaceObj3D_type_W - char", + "Unit_hipSurfaceObj3D_type_W - uchar", + "Unit_hipSurfaceObj3D_type_W - short", + "Unit_hipSurfaceObj3D_type_W - ushort", + "Unit_hipSurfaceObj3D_type_W - int", + "Unit_hipSurfaceObj3D_type_W - uint", + "Unit_hipSurfaceObj3D_type_W - float", + "Unit_hipSurfaceObj3D_type_W - char1", + "Unit_hipSurfaceObj3D_type_W - uchar1", + "Unit_hipSurfaceObj3D_type_W - short1", + "Unit_hipSurfaceObj3D_type_W - ushort1", + "Unit_hipSurfaceObj3D_type_W - int1", + "Unit_hipSurfaceObj3D_type_W - uint1", + "Unit_hipSurfaceObj3D_type_W - float1", + "Unit_hipSurfaceObj3D_type_W - char2", + "Unit_hipSurfaceObj3D_type_W - uchar2", + "Unit_hipSurfaceObj3D_type_W - short2", + "Unit_hipSurfaceObj3D_type_W - ushort2", + "Unit_hipSurfaceObj3D_type_W - int2", + "Unit_hipSurfaceObj3D_type_W - uint2", + "Unit_hipSurfaceObj3D_type_W - float2", + "Unit_hipSurfaceObj3D_type_W - char4", + "Unit_hipSurfaceObj3D_type_W - uchar4", + "Unit_hipSurfaceObj3D_type_W - short4", + "Unit_hipSurfaceObj3D_type_W - ushort4", + "Unit_hipSurfaceObj3D_type_W - int4", + "Unit_hipSurfaceObj3D_type_W - uint4", + "Unit_hipSurfaceObj3D_type_W - float4", + "Unit_hipSurfaceObj3D_type_RW - char", + "Unit_hipSurfaceObj3D_type_RW - uchar", + "Unit_hipSurfaceObj3D_type_RW - short", + "Unit_hipSurfaceObj3D_type_RW - ushort", + "Unit_hipSurfaceObj3D_type_RW - int", + "Unit_hipSurfaceObj3D_type_RW - uint", + "Unit_hipSurfaceObj3D_type_RW - float", + "Unit_hipSurfaceObj3D_type_RW - char1", + "Unit_hipSurfaceObj3D_type_RW - uchar1", + "Unit_hipSurfaceObj3D_type_RW - short1", + "Unit_hipSurfaceObj3D_type_RW - ushort1", + "Unit_hipSurfaceObj3D_type_RW - int1", + "Unit_hipSurfaceObj3D_type_RW - uint1", + "Unit_hipSurfaceObj3D_type_RW - float1", + "Unit_hipSurfaceObj3D_type_RW - char2", + "Unit_hipSurfaceObj3D_type_RW - uchar2", + "Unit_hipSurfaceObj3D_type_RW - short2", + "Unit_hipSurfaceObj3D_type_RW - ushort2", + "Unit_hipSurfaceObj3D_type_RW - int2", + "Unit_hipSurfaceObj3D_type_RW - uint2", + "Unit_hipSurfaceObj3D_type_RW - float2", + "Unit_hipSurfaceObj3D_type_RW - char4", + "Unit_hipSurfaceObj3D_type_RW - uchar4", + "Unit_hipSurfaceObj3D_type_RW - short4", + "Unit_hipSurfaceObj3D_type_RW - ushort4", + "Unit_hipSurfaceObj3D_type_RW - int4", + "Unit_hipSurfaceObj3D_type_RW - uint4", + "Unit_hipSurfaceObj3D_type_RW - float4", + "Note: CONFIG_NUMA disabled", + "Unit_hipHostMalloc_WthEnv0Flg3", + "Unit_hipHostGetFlags_flagCombos", + "Unit_hipHostGetFlags_DifferentThreads", + "Unit_hipHostMalloc_WthEnv1Flg3", + "Note: no valid pci bdf in wsl", + "Unit_hipDeviceGetPCIBusId_CheckPciBusIDWithLspci", + "Note: TDR", + "Unit_deviceAllocation_InOneThread_AccessInAllThreads", + "Unit_deviceAllocation_Malloc_ComplexDataType", + "Unit_deviceAllocation_Malloc_UnionType", + "Unit_deviceAllocation_New_ComplexDataType", + "Unit_deviceAllocation_New_UnionType", + "Unit_hipFreeImplicitSyncDev - char", + "Unit_hipFreeImplicitSyncDev - float", + "Unit_hipFreeImplicitSyncDev - float2", + "Unit_hipFreeImplicitSyncDev - float4", + "Unit_hipFreeImplicitSyncHost - char", + "Unit_hipFreeImplicitSyncHost - float", + "Unit_hipFreeImplicitSyncHost - float2", + "Unit_hipFreeImplicitSyncHost - float4", + "Unit_hipStreamDestroy_WithPendingWork", + "Unit_printf_specifier", + "Unit_tiled_partition", + "Note: TDR (pass)", + "Unit_hipStreamSynchronize_FinishWork", + "Unit_hipStreamSynchronize_NullStreamSynchronization", + "Unit_hipStreamQuery_NullStreamQuery", + "Unit_hipStreamQuery_SubmitWorkOnStreamAndQueryNullStream", + "Unit_hipStreamQuery_WithPendingWork", + "SWDEV-411303 fails in WSL. Profiling not support in WSL", + "Unit_hipEvent", + "Unit_hipEventDestroy_Unfinished", + "Unit_hipEventElapsedTime_NotReady_Negative", + "Note: TDR (random fail)", + "Unit_hipEventDestroy_WithWaitingStream", + "Unit_hipMemsetSync", + "Unit_hipMemsetDSync - int8_t", + "Unit_hipMemsetDSync - int16_t", + "Unit_hipMemsetDSync - uint32_t", + "Note: hsa_amd_ipc_ is dummy", + "Unit_hipIpcOpenMemHandle_Negative_Open_In_Two_Contexts_Same_Device", + "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Reused_Memory", + "Unit_hipIpcCloseMemHandle_Positive_Reference_Counting", + "Unit_hipIpcMemAccess_Semaphores", + "Unit_hipIpcMemAccess_ParameterValidation", + "Note: test dropped in latest gerritgit", + "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", + "Unit_hipStreamCreate_WithPriorityPerformance_Default_low" + ] +}