diff --git a/src/runtime_src/core/common/query_requests.h b/src/runtime_src/core/common/query_requests.h index ca4363a94a..ed6bae6d5a 100644 --- a/src/runtime_src/core/common/query_requests.h +++ b/src/runtime_src/core/common/query_requests.h @@ -1159,11 +1159,11 @@ struct hw_context_info : request * A structure to represent a single hardware context on any device type. This * structure must contain all data that makes up a hardware context across * all device types. - * + * * The only field that must be populated is the xclbin uuid. * All other fields can be populated as required by the appropriate device. * As new compute types are created they must be accounted for here - * + * * For example: * Alveo -> populate only the PL compute units * Versal -> populate PL and PS compute units @@ -1189,7 +1189,7 @@ struct hw_context_memory_info : request { /** * A structure to represent a single hardware context's memory contents on - * any device type. This structure contains all data that makes up a + * any device type. This structure contains all data that makes up a * hardware context memory structure across all device types. */ struct data { @@ -1768,6 +1768,7 @@ struct aie_partition_info : request uint64_t start_col; uint64_t num_cols; int pid; + uint32_t user_tid; bool is_suspended; uint64_t instruction_mem; uint64_t command_submissions;