We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc28111 + cec752f commit 50f5bb4Copy full SHA for 50f5bb4
1 file changed
catch/unit/memory/hipPointerGetAttribute.cc
@@ -322,10 +322,6 @@ TEST_CASE("Unit_hipPointerGetAttribute_Negative") {
322
REQUIRE(hipPointerGetAttribute(&data, HIP_POINTER_ATTRIBUTE_MEMPOOL_HANDLE,
323
reinterpret_cast<hipDeviceptr_t>(A_d)) == hipErrorNotSupported);
324
}
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
- }
329
SECTION("Pass HIP_POINTER_ATTRIBUTE_P2P_TOKENS not supported by HIP") {
330
REQUIRE(hipPointerGetAttribute(&data, HIP_POINTER_ATTRIBUTE_P2P_TOKENS,
331
0 commit comments