SWDEV-328670 - Enable ROCr interop

Change-Id: I932afa2a0e75b1f1771c4be1e984b32966636afb


[ROCm/clr commit: b40823ccc1]
This commit is contained in:
German
2022-11-04 14:06:53 -04:00
committed by German Andryeyev
parent dfc604419d
commit cb4aa60a37
@@ -3166,9 +3166,6 @@ void Device::ReleaseGlobalSignal(void* signal) const {
// ================================================================================================
bool Device::IsValidAllocation(const void* dev_ptr, size_t size) const {
//! @todo Temporarily disable pointer detection feature,
//! until the new interfaces will be accepted in HIP API
return false;
hsa_amd_pointer_info_t ptr_info = {};
ptr_info.size = sizeof(hsa_amd_pointer_info_t);
// Query ptr type to see if it's a HMM allocation