gem5 v24.0.0.0
|
Code object symbol handle. More...
#include <hsa.h>
Public Attributes | |
uint64_t | handle |
Opaque handle. | |
Code object symbol handle.
The lifetime of a code object symbol matches that of the code object associated with it. An operation on a symbol whose associated code object has been destroyed results in undefined behavior.
uint64_t hsa_code_symbol_s::handle |