Implement hsaKmtGetQueueInfo interface
For items in HsaQueueInfo, control stack information comes from KFD, CU mask information is maintained in Thunk, and others (queue detail error and queue type extended) are ignored (value = 0) at this point. Change-Id: Ib21370b0f52b2bb4ebe6a9b4b6ec6139cccb25ca Signed-off-by: Amber Lin <Amber.Lin@amd.com>
这个提交包含在:
@@ -330,6 +330,13 @@ hsaKmtSetQueueCUMask(
|
||||
HSAuint32* QueueCUMask //IN
|
||||
);
|
||||
|
||||
HSAKMT_STATUS
|
||||
HSAKMTAPI
|
||||
hsaKmtGetQueueInfo(
|
||||
HSA_QUEUEID QueueId, //IN
|
||||
HsaQueueInfo *QueueInfo //IN
|
||||
);
|
||||
|
||||
/**
|
||||
Allows an HSA process to set/change the default and alternate memory coherency, before starting to dispatch.
|
||||
*/
|
||||
|
||||
在新工单中引用
屏蔽一个用户