SWDEV-299127 - Merge 'develop' into 'amd-staging'

Change-Id: Id04553ebf527c4d40d826ce5c8c580f730f8f902
This commit is contained in:
Jenkins
2022-09-13 19:12:18 -04:00
@@ -293,11 +293,6 @@ TEST_CASE("Unit_hipMallocManaged_Negative") {
HIP_CHECK_ERROR(hipMallocManaged(&A, 1024, hipMemAttachGlobal | hipMemAttachHost),
hipErrorInvalidValue);
}
SECTION("Max value to size") {
HIP_CHECK_ERROR(hipMallocManaged(&A, std::numeric_limits<size_t>::max(), hipMemAttachGlobal),
hipErrorOutOfMemory);
}
}
// Allocate two pointers using hipMallocManaged(), initialize,