rocr: export pointer type for OnlyAddress

Signed-off-by: Longlong Yao <Longlong.Yao@amd.com>


[ROCm/ROCR-Runtime commit: a254e35fd6]
This commit is contained in:
Longlong Yao
2025-03-11 13:43:32 +08:00
zatwierdzone przez Yat Sin, David
rodzic ef1740b88b
commit 007795951b
@@ -2378,7 +2378,11 @@ typedef enum {
/*
Memory has been shared with the local process via ROCr IPC APIs.
*/
HSA_EXT_POINTER_TYPE_IPC = 4
HSA_EXT_POINTER_TYPE_IPC = 4,
/*
No backend memory but virtual address
*/
HSA_EXT_POINTER_TYPE_RESERVED_ADDR = 5
} hsa_amd_pointer_type_t;
/**