SWDEV-292021 - Fix Device Reset
- Device Reset should not purge the allocations that were not by the user - Addresses QMCPack Test abort due to the removal of all the mem objects during reset Change-Id: I7b7a123e72bcc985d7e51d17c2382bc618d3e041
This commit is contained in:
committed by
Maneesh Gupta
parent
8c5c2befeb
commit
924695fb5e
@@ -508,6 +508,7 @@ bool HSAILProgram::createGlobalVarObj(amd::Memory** amd_mem_obj, void** device_p
|
||||
}
|
||||
|
||||
/* Create a View from the global pal::Memory */
|
||||
flags = ROCCLR_MEM_INTERNAL_MEMORY;
|
||||
parent = codeSegGpu_->owner();
|
||||
*amd_mem_obj = new (parent->getContext()) amd::Buffer(*parent, flags, offset, *bytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user