mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
zeMemGetAllocProperties() specifies an ID for the allocation can be retrieved by the application. This can be used by applications to identify the allocation throughout the application lifetime. We were currently returning as id the same allocation address. This patch fixes it to return a true unique identifier for the allocation. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>