Add CommandKindString to the log
Change-Id: Ie23123a85cff82b1732da85f5bffbff6958c02e5
[ROCm/clr commit: d943cae31f]
Этот коммит содержится в:
коммит произвёл
Jason Tang
родитель
649f1872d9
Коммит
50138a93a3
@@ -162,7 +162,7 @@ void HostQueue::loop(device::VirtualDevice* virtualDevice) {
|
||||
continue;
|
||||
}
|
||||
|
||||
ClPrint(LOG_DEBUG, LOG_CMD, "command is submitted: %p", command);
|
||||
ClPrint(LOG_DEBUG, LOG_CMD, "command (%s) is submitted: %p", getOclCommandKindString(command->type()), command);
|
||||
|
||||
command->setStatus(CL_SUBMITTED);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user