Skip to content

Commit cec752f

Browse files
AnzhongHuangrakesroy
authored andcommitted
SWDEV-533984, SWDEV-534513, SWDEV-527299 - Support HIP_POINTER_ATTRIBUTE_CONTEXT
Removed this verification, as HIP_POINTER_ATTRIBUTE_CONTEXT will be supported.
1 parent dc28111 commit cec752f

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)