P4 to Git Change 1288122 by gandryey@gera-w8 on 2016/07/06 18:32:04

SWDEV-95905 - OpenCL on PAL - Device Enqueue
	- Add changes in VirtualGPU class to support device enqueue

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#6 edit


[ROCm/clr commit: b60c68d5e7]
This commit is contained in:
foreman
2016-07-06 23:27:05 -04:00
parent c29643b3e7
commit 7306750d22
7 changed files with 91 additions and 83 deletions
@@ -2678,7 +2678,7 @@ KernelBlitManager::writeRawData(
const void* data
) const
{
static_cast<pal::Memory&>(memory).writeRawData(gpu(), size, data, false);
static_cast<pal::Memory&>(memory).writeRawData(gpu(), 0, size, data, false);
synchronize();
}