HSA Enabled IPC support

Uncommented HSA IPC code.
Changed hsa_amd_ipc_memory_t to be 8 uint32_t's instead of 9 to
match spec

Change-Id: Id1523125e9b876a23c3743df1be29c98b47f6725


[ROCm/ROCR-Runtime commit: 160f8c5880]
This commit is contained in:
Chris Freehill
2016-12-01 09:31:23 -06:00
committed by Sean Keely
parent 578c17681b
commit 1df3375ec4
2 changed files with 56 additions and 59 deletions
@@ -1398,7 +1398,7 @@ hsa_status_t HSA_API hsa_amd_pointer_info_set_userdata(void* ptr,
* allocation.
*/
typedef struct hsa_amd_ipc_memory_s {
uint32_t handle[9];
uint32_t handle[8];
} hsa_amd_ipc_memory_t;
/**