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
此提交包含在:
foreman
2019-11-06 17:55:50 -05:00
父節點 438eb7d9ce
當前提交 86ca698d2f
+2 -2
查看文件
@@ -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);