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
+2 -1
View File
@@ -47,7 +47,7 @@ THE SOFTWARE.
#include <hsa_ven_amd_aqlprofile.h>
#include <stdint.h>
#define ROCPROFILER_VERSION_MAJOR 6
#define ROCPROFILER_VERSION_MAJOR 7
#define ROCPROFILER_VERSION_MINOR 0
#ifdef __cplusplus
@@ -220,6 +220,7 @@ typedef struct {
const hsa_queue_t* queue; // HSA queue
uint64_t queue_index; // Index in the queue
uint32_t queue_id; // Queue id
hsa_signal_t completion_signal; // Completion signal
const hsa_kernel_dispatch_packet_t* packet; // HSA dispatch packet
const char* kernel_name; // Kernel name
uint64_t kernel_object; // Kernel object pointer