59685f4492f0b49d4df6153e8e2213a78e2995a8
ROCr internally uses the same allocation_map_ list to track memory allocations that are both for internal allocations and allocations by users of ROCr library. In some edge cases, the library user would call hsa_amd_pointer_info on an invalid pointer, but ROCR would return the pointer as valid because this pointer belongs to a memory range that was allocated internally within ROCr. Adding a flag to differentiate between internal and external allocations. Change-Id: I98c52bd85f3985d1ba1b0e3101d2254b003412cf
Descrizione
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Altro
1.1%