Revert "Create SDMA queue on specific engine"

This reverts commit 6087fd7bca.

Change-Id: Ia3e9db5fcba1fef80745c72c78b7c568b5c7315e
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>


[ROCm/ROCR-Runtime commit: 1923d2e335]
此提交包含在:
Oak Zeng
2019-01-21 10:32:43 -06:00
父節點 c622a2d220
當前提交 6da54291bf
共有 2 個檔案被更改,包括 2 行新增7 行删除
+1 -2
查看文件
@@ -43,10 +43,9 @@ class BaseQueue {
/** Create the queue.
* @see hsaKmtCreateQueue
* @param pointers is used only for creating AQL queues. Otherwise it is omitted.
* @param sdmaEngineId is used only for creating SDMA queues. -1 means let kfd kernel select a sdma engine
*/
virtual HSAKMT_STATUS Create(unsigned int NodeId, unsigned int size = DEFAULT_QUEUE_SIZE,
HSAuint64 *pointers = NULL, int sdmaEngineId = -1);
HSAuint64 *pointers = NULL);
/** Update the queue.
* @see hsaKmtUpdateQueue
* @param percent New queue percentage