SWDEV-422544 - remove the check for hipDeviceAttributeUnifiedAddressing as a fixed value

Change-Id: I682eeb194903e4b74cd41597164f3622975daea6
This commit is contained in:
Todd tiantuo Li
2023-09-21 02:21:35 -07:00
committed by Rakesh Roy
parent a4b31afab3
commit 79d1fd1170
@@ -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*/));
}
/*