fix of reported completion signal in th ecase when it is proxied by the tracker

Change-Id: Ic1100fde03bc34e0130405285d32d6b97a031967
This commit is contained in:
Evgeny
2019-02-20 19:21:35 -06:00
parent cf8b021a55
commit 996b64309a
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ hsa_status_t dispatch_callback(const rocprofiler_callback_data_t* callback_data,
kernel_properties_ptr->vgpr_count = kernel_code->reserved_vgpr_count;
kernel_properties_ptr->sgpr_count = kernel_code->reserved_sgpr_count;
kernel_properties_ptr->fbarrier_count = kernel_code->workgroup_fbarrier_count;
kernel_properties_ptr->signal = packet->completion_signal;
kernel_properties_ptr->signal = callback_data->completion_signal;
// context properties
rocprofiler_properties_t properties{};