Skip to content

Commit 50f5bb4

Browse files
authored
Merge pull request #200 from AMD-ROCm-Internal/amd/dev/rorakesh/6.4.2/SWDEV-533984
SWDEV-533984, SWDEV-534513, SWDEV-527299 - Support HIP_POINTER_ATTRIB…
2 parents dc28111 + cec752f commit 50f5bb4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

catch/unit/memory/hipPointerGetAttribute.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,6 @@ TEST_CASE("Unit_hipPointerGetAttribute_Negative") {
322322
REQUIRE(hipPointerGetAttribute(&data, HIP_POINTER_ATTRIBUTE_MEMPOOL_HANDLE,
323323
reinterpret_cast<hipDeviceptr_t>(A_d)) == hipErrorNotSupported);
324324
}
325-
SECTION("Pass HIP_POINTER_ATTRIBUTE_CONTEXT not supported by HIP") {
326-
REQUIRE(hipPointerGetAttribute(&data, HIP_POINTER_ATTRIBUTE_CONTEXT,
327-
reinterpret_cast<hipDeviceptr_t>(A_d)) == hipErrorNotSupported);
328-
}
329325
SECTION("Pass HIP_POINTER_ATTRIBUTE_P2P_TOKENS not supported by HIP") {
330326
REQUIRE(hipPointerGetAttribute(&data, HIP_POINTER_ATTRIBUTE_P2P_TOKENS,
331327
reinterpret_cast<hipDeviceptr_t>(A_d)) == hipErrorNotSupported);

0 commit comments

Comments
 (0)