SWDEV-328670 - Enable ROCr interop

Change-Id: I932afa2a0e75b1f1771c4be1e984b32966636afb
此提交包含在:
German
2022-11-04 14:06:53 -04:00
提交者 German Andryeyev
父節點 bab23480d3
當前提交 b40823ccc1
-3
查看文件
@@ -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