gem5 v24.0.0.0
|
A memory region represents a block of virtual memory with certain properties. More...
#include <hsa.h>
Public Attributes | |
uint64_t | handle |
Opaque handle. | |
A memory region represents a block of virtual memory with certain properties.
For example, the HSA runtime represents fine-grained memory in the global segment using a region. A region might be associated with more than one agent.
uint64_t hsa_region_s::handle |