Skip to content

Commit

Permalink
wip remove unvalid ptr/handle for mem buff native tests for cuda and hip
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Oct 21, 2024
1 parent ac768d8 commit 128d066
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/conformance/memory/memory_adapter_cuda.match
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ urMemImageCreateTest.InvalidSize/NVIDIA_CUDA_BACKEND___{{.*}}_
urMemBufferCreateWithNativeHandleTest.Success/NVIDIA_CUDA_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.SuccessWithOwnedNativeHandle/NVIDIA_CUDA_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.SuccessWithUnOwnedNativeHandle/NVIDIA_CUDA_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.InvalidNullHandle/NVIDIA_CUDA_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.InvalidNullPointer/NVIDIA_CUDA_BACKEND___{{.*}}
2 changes: 0 additions & 2 deletions test/conformance/memory/memory_adapter_hip.match
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ urMemImageGetInfoTest.Success/AMD_HIP_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.Success/AMD_HIP_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.SuccessWithOwnedNativeHandle/AMD_HIP_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.SuccessWithUnOwnedNativeHandle/AMD_HIP_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.InvalidNullHandle/AMD_HIP_BACKEND___{{.*}}
urMemBufferCreateWithNativeHandleTest.InvalidNullPointer/AMD_HIP_BACKEND___{{.*}}

0 comments on commit 128d066

Please sign in to comment.