P4 to Git Change 2026151 by cpaquot@cpaquot-ocl-lc-lnx on 2019/11/06 17:49:50
SWDEV-145570 - Revert CL 2026045. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.cpp#34 edit
Этот коммит содержится в:
@@ -135,11 +135,11 @@ void HostQueue::loop(device::VirtualDevice* virtualDevice) {
|
||||
|
||||
ClPrint(LOG_DEBUG, LOG_CMD, "command is submitted: %p", command);
|
||||
|
||||
command->setStatus(CL_SUBMITTED);
|
||||
|
||||
// Submit to the device queue.
|
||||
command->submit(*virtualDevice);
|
||||
|
||||
command->setStatus(CL_SUBMITTED);
|
||||
|
||||
// if this is a user invisible marker command, then flush
|
||||
if (0 == command->type()) {
|
||||
virtualDevice->flush(head);
|
||||
|
||||
Ссылка в новой задаче
Block a user