diff --git a/projects/hip-tests/catch/unit/atomics/min_max_common.hh b/projects/hip-tests/catch/unit/atomics/min_max_common.hh index 1f6d180f83..356030a7e8 100644 --- a/projects/hip-tests/catch/unit/atomics/min_max_common.hh +++ b/projects/hip-tests/catch/unit/atomics/min_max_common.hh @@ -456,8 +456,7 @@ void MultipleDeviceMultipleKernelTest(const unsigned int num_devices, params.pitch = pitch; using LA = LinearAllocs; - // Here LA::hipHostMalloc means to allocate coherent host pined buffer - for (const auto alloc_type : {LA::hipHostMalloc}) { + for (const auto alloc_type : {LA::hipMalloc}) { params.alloc_type = alloc_type; DYNAMIC_SECTION("Allocation type: " << to_string(alloc_type)) { TestCore(params);