Skip to content

Commit

Permalink
Removed all passing tests from known_failures.yaml, fixed some failin…
Browse files Browse the repository at this point in the history
…g tests and added failing reason/issue for some tests
  • Loading branch information
PaulAlbon committed Oct 23, 2024
1 parent 2f1393a commit 944363e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 111 deletions.
4 changes: 2 additions & 2 deletions src/CHIPBindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ hipError_t hipDeviceGetMemPool(hipMemPool_t *mem_pool, int device) {
LOCK(ApiMtx);
CHIPInitialize();

if (mem_pool)
if (!mem_pool)

Check warning on line 686 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:686:8 [readability-implicit-bool-conversion]

implicit conversion 'hipMemPool_t *' (aka 'ihipMemPoolHandle_t **') -> bool

Check warning on line 686 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:686:17 [readability-braces-around-statements]

statement should be inside braces

Check warning on line 686 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:686:8 [readability-implicit-bool-conversion]

implicit conversion 'hipMemPool_t *' (aka 'ihipMemPoolHandle_t **') -> bool

Check warning on line 686 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:686:17 [readability-braces-around-statements]

statement should be inside braces
RETURN(hipErrorInvalidValue);

if (device < 0 || device >= Backend->getNumDevices())
Expand Down Expand Up @@ -4375,7 +4375,7 @@ hipError_t hipMalloc3D(hipPitchedPtr *PitchedDevPtr, hipExtent Extent) {
LOCK(ApiMtx);
CHIPInitialize();

if(PitchedDevPtr)
if(!PitchedDevPtr)

Check warning on line 4378 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:4378:7 [readability-implicit-bool-conversion]

implicit conversion 'hipPitchedPtr *' -> bool

Check warning on line 4378 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:4378:21 [readability-braces-around-statements]

statement should be inside braces

Check warning on line 4378 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:4378:7 [readability-implicit-bool-conversion]

implicit conversion 'hipPitchedPtr *' -> bool

Check warning on line 4378 in src/CHIPBindings.cc

View workflow job for this annotation

GitHub Actions / cpp-linter

src/CHIPBindings.cc:4378:21 [readability-braces-around-statements]

statement should be inside braces
RETURN(hipErrorInvalidValue);

//ERROR_IF((Extent.width == 0 || Extent.height == 0), hipErrorInvalidValue);
Expand Down
142 changes: 33 additions & 109 deletions tests/known_failures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TOTAL_TESTS: 1397
ANY:
ALL:
hipStreamSemantics: 'timing dependent, flaky when ctest -j'
hip_async_binomial: 'SEGFAULT'
Unit_AnyAll_CompileTest: 'Failed'
Unit_funnelshift: 'Failed'
Unit_threadfence_system: 'SEGFAULT'
Expand All @@ -12,14 +13,14 @@ ANY:
TestAssertFail: 'Works only on dGPU, otherwise, things being printed out of order'
abort: 'Works only on dGPU, otherwise, things being printed out of order'
shfl_sync: 'masks outside of 0xFFFFFFFF are not supported'
graph: ''
# Invalid test (if it is the one from HIP/ submodule instead of hip-tests/).
# The source allocation 'Ah' is not initialized (this is fixed in hip-tests/)
# and input is therefore random. Because of this the test is known to fail
# due to NaNs appearing in the input sometimes (NaN == NaN --> false).
Print_Out_Attributes: 'old HIP tests + new HIP API'
TestIndirectCall: ''
Unit_HMM_OverSubscriptionTst: ''
Unit_HipDeviceGetCacheConfig_Negative_Parameters: ''
Unit_deviceFunctions_CompileTest___double2float_rd_float: 'Missing definition/implementation for __double2float_rd'
Unit_deviceFunctions_CompileTest___double2float_rn_float: 'Missing definition/implementation for __double2float_rn'
Unit_deviceFunctions_CompileTest___double2float_ru_float: 'Missing definition/implementation for __double2float_ru'
Expand Down Expand Up @@ -88,30 +89,18 @@ ANY:
Unit_hipCreateTextureObject_ArgValidation: 'TestContext crashes during initialization because it is not properly configured to handle an Intel GPU.'
Unit_hipCreateTextureObject_LinearResource: 'TestContext crashes during initialization because it is not properly configured to handle an Intel GPU.'
Unit_hipCreateTextureObject_Pitch2DResource: 'TestContext crashes during initialization because it is not properly configured to handle an Intel GPU.'
Unit_hipDeviceGetCacheConfig_Positive_Basic: ''
Unit_hipDeviceGetCacheConfig_Positive_Default: ''
Unit_hipDeviceGetCacheConfig_Positive_Threaded: ''
Unit_hipDeviceGetDefaultMemPool_Negative_Parameters: ''
Unit_hipDeviceGetDefaultMemPool_Positive_Basic: ''
Unit_hipDeviceGetMemPool_Negative_Parameters: ''
Unit_hipDeviceGetMemPool_Positive_Basic: ''
Unit_hipDeviceGetMemPool_Positive_Default: ''
Unit_hipDeviceGetMemPool_Positive_Threaded: ''
Unit_hipDeviceGetPCIBusId_Negative_PartialFill: ''
Unit_hipDeviceGetSharedMemConfig_Negative_Parameters: ''
Unit_hipDeviceGetSharedMemConfig_Positive_Basic: ''
Unit_hipDeviceGetSharedMemConfig_Positive_Default: ''
Unit_hipDeviceGetSharedMemConfig_Positive_Threaded: ''
Unit_hipDeviceGetUuid_Negative: ''
Unit_hipDeviceGetUuid_Positive: ''
Unit_hipDeviceReset_Positive_Basic: ''
Unit_hipDeviceReset_Positive_Threaded: ''
Unit_hipDeviceSetLimit_SetGet: ''
Unit_hipDeviceSetMemPool_Negative_Parameters: ''
Unit_hipDeviceSetMemPool_Positive_Basic: ''
Unit_hipDeviceGetCacheConfig_Positive_Basic: 'chipstar::Device::setCacheConfig is not implemented'
Unit_hipDeviceGetCacheConfig_Positive_Default: 'chipstar::Device::setCacheConfig is not implemented'
Unit_hipDeviceGetCacheConfig_Positive_Threaded: 'TestContext::getConfigFiles() throws SIGABRT.'
Unit_hipDeviceGetSharedMemConfig_Positive_Basic: 'chipstar::Device::setSharedMemConfig is not implemented'
Unit_hipDeviceGetSharedMemConfig_Positive_Default: 'chipstar::Device::setSharedMemConfig is not implemented'
Unit_hipDeviceGetSharedMemConfig_Positive_Threaded: 'TestContext::getConfigFiles() throws SIGABRT.'
Unit_hipDeviceGetUuid_Positive: 'hipDeviceGetUuid is not implemented'
Unit_hipDeviceReset_Positive_Basic: 'hipGetDeviceFlags is not implemented'
Unit_hipDeviceReset_Positive_Threaded: 'hipGetDeviceFlags is not implemented'
Unit_hipDeviceSetLimit_SetGet: 'hipDeviceSetLimit is not implemented'
Unit_hipDeviceSetMemPool_Negative_Parameters: 'hipDeviceGetDefaultMemPool is not implemented'
Unit_hipDeviceSynchronize_Positive_Nullstream: ''
Unit_hipDeviceTotalMem_NegTst: ''
Unit_hipDriverGetVersion_Negative: ''
Unit_hipDrvMemcpy3DAsync_ExtentValidation: ''
Unit_hipDrvMemcpy3DAsync_HosttoDevice: ''
Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - float: ''
Expand All @@ -123,7 +112,6 @@ ANY:
Unit_hipDrvMemcpy3D_MultipleDataTypes - int: ''
Unit_hipDrvMemcpy3D_MultipleDataTypes - uint8_t: ''
Unit_hipDrvPtrGetAttributes_Functional: ''
Unit_hipDrvPtrGetAttributes_Negative: ''
Unit_hipEventIpc: ''
Unit_hipEventSynchronize_Default_Positive: ''
Unit_hipEventSynchronize_NoEventRecord_Positive: ''
Expand All @@ -141,50 +129,41 @@ ANY:
Unit_hipFreeMultiTHost - int: ''
Unit_hipGetChannelDesc_CreateAndGet: ''
Unit_hipGetDeviceFlags_Positive_Context: ''
Unit_hipGetLastError_Positive_Basic: ''
Unit_hipGetLastError_Positive_Threaded: ''
Unit_hipGetSetDeviceFlags_InvalidFlag: ''
Unit_hipGetSetDeviceFlags_NullptrFlag: ''
Unit_hipGetSetDeviceFlags_SetThenGet: ''
Unit_hipGetSetDeviceFlags_Threaded: ''
Unit_hipGetSetDeviceFlags_ValidFlag: ''
Unit_hipGetSetDevice_MultiThreaded: ''
Unit_hipGraphAddChildGraphNode_CloneChildGraph: ''
Unit_hipGraphAddChildGraphNode_MultipleChildNodes: ''
Unit_hipGraphAddChildGraphNode_Negative: ''
Unit_hipGraphAddChildGraphNode_OrgGraphAsChildGraph: ''
Unit_hipGraphAddChildGraphNode_SingleChildNode: ''
Unit_hipGraphAddDependencies_NegTest: ''
Unit_hipGraphAddEmptyNode_NegTest: ''
Unit_hipGraphAddEventRecordNode_Negative: ''
Unit_hipGraphAddEventWaitNode_Negative: ''
Unit_hipGraphAddEventWaitNode_Functional_Simple: ''
Unit_hipGraphAddEventWaitNode_MultGraphMultStrmDependency: ''
Unit_hipGraphAddEventWaitNode_MultGraphOneStrmDependency: ''
Unit_hipGraphAddEventWaitNode_MultipleRun: ''
Unit_hipGraphAddEventWaitNode_differentFlags: ''
Unit_hipGraphAddHostNode_ClonedGraphwithHostNode: ''
Unit_hipGraphAddHostNode_Negative: ''
Unit_hipGraphAddKernelNode_Negative: ''
Unit_hipGraphAddMemcpyNode1D_Negative: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalConstMemory: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalMemory: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalMemoryWithKernel: ''
Unit_hipGraphAddMemcpyNodeToSymbol_GlobalConstMemory: ''
Unit_hipGraphAddMemcpyNodeToSymbol_GlobalMemory: ''
Unit_hipGraphAddMemcpyNodeToSymbol_MemcpyToSymbolNodeWithKernel: ''
Unit_hipGraphAddMemcpyNode_BasicFunctional: ''
Unit_hipGraphAddMemsetNode_Negative: ''
Unit_hipGraphChildGraphNodeGetGraph_Negative: ''
Unit_hipGraphClone_Negative: ''
Unit_hipGraphDestroyNode_DestroyDependencyNode: ''
Unit_hipGraphDestroyNode_Negative: ''
Unit_hipGraphEventRecordNodeGetEvent_Negative: ''
Unit_hipGraphEventRecordNodeSetEvent_Negative: ''
Unit_hipGraphEventWaitNodeGetEvent_Negative: ''
Unit_hipGraphEventWaitNodeSetEvent_Negative: ''
Unit_hipGraphEventWaitNodeSetEvent_SetProp: ''
Unit_hipGraphExecChildGraphNodeSetParams_BasicFunc: ''
Unit_hipGraphExecChildGraphNodeSetParams_ChildTopology: ''
Unit_hipGraphExecChildGraphNodeSetParams_Negative: ''
Unit_hipGraphExecEventRecordNodeSetEvent_Functional: ''
Unit_hipGraphExecEventRecordNodeSetEvent_Negative: ''
Unit_hipGraphExecEventRecordNodeSetEvent_VerifyEventNotChanged: ''
Unit_hipGraphExecEventWaitNodeSetEvent_Negative: ''
Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory: ''
Unit_hipGraphExecEventWaitNodeSetEvent_VerifyEventNotChanged: ''
Unit_hipGraphExecHostNodeSetParams_BasicFunc: ''
Unit_hipGraphExecHostNodeSetParams_ClonedGraphwithHostNode: ''
Unit_hipGraphExecKernelNodeSetParams_Functional: ''
Unit_hipGraphExecKernelNodeSetParams_Negative: ''
Unit_hipGraphExecMemcpyNodeSetParams1D_Functional: ''
Unit_hipGraphExecMemcpyNodeSetParams1D_Negative: ''
Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Functional: ''
Expand All @@ -206,20 +185,15 @@ ANY:
Unit_hipGraphGetRootNodes_CapturedStream: ''
Unit_hipGraphGetRootNodes_Functional: ''
Unit_hipGraphGetRootNodes_ParamValidation: ''
Unit_hipGraphHostNodeGetParams_Negative: ''
Unit_hipGraphHostNodeSetParams_Negative: ''
Unit_hipGraphInstantiateWithFlags_DependencyGraph: ''
Unit_hipGraphInstantiateWithFlags_Negative: ''
Unit_hipGraphInstantiate_Negative: ''
Unit_hipGraphKernelNodeGetParams_Negative: ''
Unit_hipGraphKernelNodeGetSetParams_Functional: ''
Unit_hipGraphKernelNodeSetParams_Functional: ''
Unit_hipGraphKernelNodeSetParams_Negative: ''
Unit_hipGraphLaunch_Negative: ''
Unit_hipGraphMemcpyNodeGetParams_Functional: ''
Unit_hipGraphMemcpyNodeGetParams_Negative: ''
Unit_hipGraphMemcpyNodeSetParams1D_Negative: ''
Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Functional: ''
Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Negative: ''
Unit_hipGraphMemcpyNodeSetParamsToSymbol_Functional: ''
Unit_hipGraphMemcpyNodeSetParamsToSymbol_Negative: ''
Unit_hipGraphMemcpyNodeSetParams_Functional: ''
Unit_hipGraphMemcpyNodeSetParams_Negative: ''
Expand All @@ -230,7 +204,6 @@ ANY:
Unit_hipGraphNodeGetDependencies_ParamValidation: ''
Unit_hipGraphNodeGetDependentNodes_Functional: ''
Unit_hipGraphNodeGetDependentNodes_ParamValidation: ''
Unit_hipGraphNodeGetType_Negative: ''
Unit_hipGraphReleaseUserObject_Negative: ''
Unit_hipGraphRemoveDependencies_ChangeComputeFunc: ''
Unit_hipGraphRemoveDependencies_Func_StrmCapture: ''
Expand All @@ -241,8 +214,6 @@ ANY:
Unit_hipGraphRetainUserObject_Negative_Basic: ''
Unit_hipGraphRetainUserObject_Negative_Null_Object: ''
Unit_hipGraph_BasicFunctional: ''
Unit_hipHostGetDevicePointer_Negative: ''
Unit_hipHostGetDevicePointer_NullCheck: ''
Unit_hipHostGetFlags_DifferentThreads: ''
Unit_hipHostGetFlags_InvalidArgs: ''
Unit_hipHostGetFlags_flagCombos: ''
Expand All @@ -251,8 +222,6 @@ ANY:
Unit_hipHostRegister_ReferenceFromKernelandhipMemset - int: 'case AllocInfo->MemoryType == hipMemoryTypeManaged in function HipMemSetInternal is not implemented'
Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process: ''
Unit_hipIpcCloseMemHandle_Positive_Reference_Counting: ''
Unit_hipIpcGetMemHandle_Negative_Handle_For_Freed_Memory: ''
Unit_hipIpcGetMemHandle_Negative_Out_Of_Bound_Pointer: ''
Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Reused_Memory: ''
Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Separate_Allocations: ''
Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process: ''
Expand All @@ -261,7 +230,6 @@ ANY:
Unit_hipLaunchBounds_With_maxThreadsPerBlock_blocksPerCU_Check: ''
Unit_hipMalloc3DArray_DiffSizes: ''
Unit_hipMalloc3DArray_MultiThread: ''
Unit_hipMalloc3DArray_Negative_8BitFloat: ''
Unit_hipMalloc3DArray_Negative_BadChannelLayout: ''
Unit_hipMalloc3DArray_Negative_BadChannelSize: ''
Unit_hipMalloc3DArray_Negative_DifferentChannelSizes: ''
Expand All @@ -271,11 +239,8 @@ ANY:
Unit_hipMalloc3DArray_Negative_Non2DTextureGather - float4: ''
Unit_hipMalloc3DArray_Negative_Non2DTextureGather - short4: ''
Unit_hipMalloc3DArray_Negative_Non2DTextureGather - uchar2: ''
Unit_hipMalloc3DArray_Negative_NullArrayPtr: ''
Unit_hipMalloc3DArray_Negative_NullDescPtr: ''
Unit_hipMalloc3DArray_Negative_NumericLimit: ''
Unit_hipMalloc3DArray_Negative_ZeroHeight: ''
Unit_hipMalloc3D_Negative: ''
Unit_hipMalloc3D_ValidatePitch: ''
Unit_hipMallocArray_DiffSizes: ''
Unit_hipMallocArray_MaxTexture_Default - char: ''
Expand All @@ -291,64 +256,47 @@ ANY:
Unit_hipMallocArray_Negative_8bitFloat - float: ''
Unit_hipMallocArray_Negative_8bitFloat - float2: ''
Unit_hipMallocArray_Negative_8bitFloat - float4: ''
Unit_hipMallocArray_Negative_BadFlags: ''
Unit_hipMallocArray_Negative_BadNumberOfBits: ''
Unit_hipMallocArray_Negative_ChannelAfterZeroChannel: ''
Unit_hipMallocArray_Negative_DifferentChannelSizes: ''
Unit_hipMallocArray_Negative_InvalidChannelFormat: ''
Unit_hipMallocArray_Negative_NullArrayPtr: ''
Unit_hipMallocArray_Negative_NullDescPtr: ''
Unit_hipMallocArray_Negative_NumericLimit: ''
Unit_hipMallocManaged_Negative: ''
Unit_hipMallocPitch_KernelLaunch - double: ''
Unit_hipMallocPitch_KernelLaunch - float: ''
Unit_hipMallocPitch_KernelLaunch - int: ''
Unit_hipMalloc_ArgumentValidation: ''
Unit_hipMemAllocPitch_Negative: ''
Unit_hipMemAllocPitch_ValidatePitch: ''
Unit_hipMemGetInfo_DifferentMallocSmall: ''
Unit_hipMemGetInfo_Negative: ''
Unit_hipMemGetInfo_ParaMultiSmall: ''
Unit_hipMemGetInfo_ParaNonDiv: ''
Unit_hipMemGetInfo_ParaSmall: ''
Unit_hipMemPoolApi_Basic: ''
Unit_hipMemPoolApi_BasicAlloc: ''
Unit_hipMemPoolApi_BasicReuse: ''
Unit_hipMemPoolApi_BasicTrim: ''
Unit_hipMemPoolApi_Default: ''
Unit_hipMemPoolApi_Opportunistic: ''
Unit_hipMemPrefetchAsync_NonPageSz: ''
Unit_hipMemset2DASyncMulti: ''
Unit_hipMemset2DAsync_MultiThread: ''
Unit_hipMemset3DASyncMulti: ''
Unit_hipMemset3DAsync_ConcurrencyMthread: ''
Unit_hipMemset3DAsync_MemsetWithExtent: ''
Unit_hipMemset3D_Negative_InvalidPtr: ''
Unit_hipMemset3D_Negative_InvalidSizes: ''
Unit_hipMemset3D_Negative_ModifiedPtr: ''
Unit_hipMemset3D_Negative_OutOfBounds: ''
Unit_hipMemsetASyncMulti: ''
Unit_hipMemsetDASyncMulti - int16_t: ''
Unit_hipMemsetDASyncMulti - int8_t: ''
Unit_hipMemsetDASyncMulti - uint32_t: ''
Unit_hipMemsetFunctional_PartialSet_3D: ''
Unit_hipMemset_Negative_InvalidPtr: ''
Unit_hipPeekAtLastError_Positive_Basic: ''
Unit_hipPeekAtLastError_Positive_Threaded: ''
Unit_hipPointerGetAttribute_BufferID: ''
Unit_hipPointerGetAttribute_KernelUpdation: ''
Unit_hipPointerGetAttribute_MappedMem: ''
Unit_hipPointerGetAttribute_MemoryTypes: ''
Unit_hipPointerGetAttribute_Negative: ''
Unit_hipPtrGetAttribute_Simple: ''
Unit_hipSetGetDevice_Negative: ''
Unit_hipStreamAddCallback_MultipleThreads: ''
Unit_hipStreamAddCallback_StrmSyncTiming: ''
Unit_hipStreamBeginCapture_Basic: ''
Unit_hipStreamBeginCapture_CapturingFromWithinStrms: ''
Unit_hipStreamBeginCapture_CapturingMultGraphsFrom1Strm: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_func: ''
Unit_hipStreamBeginCapture_DetectingInvalidCapture: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_defaultflag: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_blockingflag: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_diffflags: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_diffprio: ''
Unit_hipStreamBeginCapture_EndingCapturewhenCaptureInProgress: ''
Unit_hipStreamBeginCapture_InterStrmEventSync_blockingflag: ''
Unit_hipStreamBeginCapture_InterStrmEventSync_defaultflag: ''
Expand All @@ -357,15 +305,12 @@ ANY:
Unit_hipStreamBeginCapture_Multithreaded_Global: ''
Unit_hipStreamBeginCapture_Multithreaded_Relaxed: ''
Unit_hipStreamBeginCapture_Multithreaded_ThreadLocal: ''
Unit_hipStreamBeginCapture_Negative: ''
Unit_hipStreamBeginCapture_captureComplexGraph: ''
Unit_hipStreamBeginCapture_captureEmptyStreams: ''
Unit_hipStreamBeginCapture_hipStreamPerThread: ''
Unit_hipStreamBeginCapture_multiplestrms: ''
Unit_hipStreamBeginCapture_nestedStreamCapture: ''
Unit_hipStreamBeginCapture_streamReuse: ''
Unit_hipStreamDestroy_Negative_DoubleDestroy: ''
Unit_hipStreamDestroy_Negative_NullStream: ''
Unit_hipStreamEndCapture_Negative: ''
Unit_hipStreamEndCapture_Thread_Negative: ''
Unit_hipStreamGetCaptureInfo_ArgValidation: ''
Expand All @@ -376,13 +321,10 @@ ANY:
Unit_hipStreamGetCaptureInfo_v2_ParamValidation: ''
Unit_hipStreamGetCaptureInfo_v2_UniqueID: ''
Unit_hipStreamGetCaptureInfo_v2_hipStreamPerThread: ''
Unit_hipStreamGetFlags_Negative: ''
Unit_hipStreamIsCapturing_Functional: ''
Unit_hipStreamIsCapturing_Functional_Basic: ''
Unit_hipStreamIsCapturing_Negative: ''
Unit_hipStreamIsCapturing_hipStreamPerThread: ''
Unit_hipStreamPerThread_Basic: ''
Unit_hipStreamSynchronize_UninitializedStream: ''
Unit_hipTextureObj1DCheckSRGBAModes - array: ''
Unit_hipTextureObj1DCheckSRGBAModes - buffer: ''
Unit_hipTextureObj2DCheckSRGBAModes: ''
Expand Down Expand Up @@ -433,21 +375,12 @@ ANY:
Unit_deviceFunctions_CompileTest___dsqrt_ru_double: ''
Unit_deviceFunctions_CompileTest___dsqrt_rz_double: ''
Unit_deviceFunctions_CompileTest_rnorm_double: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalConstMemory: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalMemory: ''
Unit_hipGraphAddMemcpyNodeFromSymbol_GlobalMemoryWithKernel: ''
Unit_hipGraphAddMemcpyNodeToSymbol_GlobalConstMemory: ''
Unit_hipGraphAddMemcpyNodeToSymbol_GlobalMemory: ''
Unit_hipGraphAddMemcpyNodeToSymbol_MemcpyToSymbolNodeWithKernel: ''
Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Functional: ''
Unit_hipGraphMemcpyNodeSetParamsToSymbol_Functional: ''
Unit_hipMallocPitch_KernelLaunch: ''
Unit_hipMemsetFunctional_PartialSet_1D: ''
Unit_hipMultiThreadStreams2: ''
dwtHaar1D: ''
fp16_half2_math: ''
fp16_math: ''
hip_async_binomial: ''
hip_sycl_interop: ''
hip_sycl_interop_no_buffers: ''
# Results differs a tiny bit compared to CPU computed reference values for
Expand Down Expand Up @@ -489,17 +422,8 @@ salami:
Unit_hipGraphAddEventRecordNode_Functional_Simple: ''
Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags: ''
Unit_hipGraphAddEventRecordNode_Functional_WithFlags: ''
Unit_hipGraphAddEventRecordNode_Functional_TimingDisabled: ''
Unit_hipGraphAddEventWaitNode_Functional_Simple: ''
Unit_hipGraphAddEventWaitNode_MultGraphMultStrmDependency: ''
Unit_hipGraphAddEventWaitNode_MultGraphOneStrmDependency: ''
Unit_hipGraphAddEventWaitNode_differentFlags: ''
Unit_hipGraphNodeGetType_NodeType: ''
Unit_hipGraphEventWaitNodeSetEvent_SetProp: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_defaultflag: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_blockingflag: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_diffflags: ''
Unit_hipStreamBeginCapture_ColligatedStrmCapture_diffprio: ''
Unit_hipGraphAddEventRecordNode_Functional_TimingDisabled: ''
Unit_hipGraphNodeGetType_NodeType: ''
Unit_hipMemcpy2DToArrayAsync_PinnedHostMemSameGpu: ''
Unit_hipMemcpy_HalfMemCopy: ''
Unit_hipMemcpy_MultiThread-AllAPIs: ''
Expand Down

0 comments on commit 944363e

Please sign in to comment.