SWDEV-328670 - Enable ROCr interop
Change-Id: I932afa2a0e75b1f1771c4be1e984b32966636afb
Этот коммит содержится в:
коммит произвёл
German Andryeyev
родитель
bab23480d3
Коммит
b40823ccc1
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user