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
Šī revīzija ir iekļauta:
foreman
2016-07-06 23:27:05 -04:00
vecāks 41935af17c
revīzija b60c68d5e7
7 mainīti faili ar 91 papildinājumiem un 83 dzēšanām
@@ -619,7 +619,7 @@ PrintfDbgHSA::init(
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
dbgBuffer_->writeRawData(gpu, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
}
return true;
}