From 79d1fd11707fb76c89ecbe055f1ff150e34a15cc Mon Sep 17 00:00:00 2001 From: Todd tiantuo Li Date: Thu, 21 Sep 2023 02:21:35 -0700 Subject: [PATCH] SWDEV-422544 - remove the check for hipDeviceAttributeUnifiedAddressing as a fixed value Change-Id: I682eeb194903e4b74cd41597164f3622975daea6 --- catch/unit/device/hipGetDeviceAttribute.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/catch/unit/device/hipGetDeviceAttribute.cc b/catch/unit/device/hipGetDeviceAttribute.cc index b7fa5cb031..4316ec86f4 100644 --- a/catch/unit/device/hipGetDeviceAttribute.cc +++ b/catch/unit/device/hipGetDeviceAttribute.cc @@ -250,8 +250,6 @@ TEST_CASE("Unit_hipGetDeviceAttribute_CheckAttrValues") { HIP_CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeTexturePitchAlignment, props.texturePitchAlignment)); - HIP_CHECK(test_hipDeviceGetAttribute(deviceId, - hipDeviceAttributeUnifiedAddressing, 1/*true*/)); } /*