kernel free on executable_destroy

Change-Id: I062e08fd5df94f4d21b443b74494dc6e95201f3d
This commit is contained in:
Evgeny
2018-09-05 15:49:33 -05:00
parent 086c29fff1
commit 304568c1a3
4 changed files with 49 additions and 18 deletions
+1
View File
@@ -842,6 +842,7 @@ hsa_status_t hsa_unified_callback(
printf(" alloc size = %zu\n", data->allocate.size);
printf(" segment type = 0x%x\n", data->allocate.segment);
printf(" global flag = 0x%x\n", data->allocate.global_flag);
printf(" is_code = %x\n", data->allocate.is_code);
break;
case ROCPROFILER_HSA_CB_ID_DEVICE:
printf(" device type = 0x%x\n", data->device.type);