adding agent to device callback data

Change-Id: I7d631e4faae685ce23704ac65308bf2aae0c157a
このコミットが含まれているのは:
Evgeny
2018-10-03 18:06:57 -05:00
コミット 4edc6c98cf
3個のファイルの変更3行の追加0行の削除
+1
ファイルの表示
@@ -484,6 +484,7 @@ struct rocprofiler_hsa_callback_data_t {
struct {
hsa_device_type_t type; // type of assigned device
uint32_t id; // id of assigned device
hsa_agent_t agent; // device HSA agent handle
const void* ptr; // ptr the device is assigned to
} device;
struct {