P4 to Git Change 1501728 by gandryey@gera-w8 on 2018/01/09 15:35:03

SWDEV-79445 - OCL generic changes and code clean-up
	- Code style clean-up. No functional changes.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#71 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#43 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.cpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#70 edit


[ROCm/clr commit: 8e17a1e6b4]
This commit is contained in:
foreman
2018-01-09 15:43:43 -05:00
parent 6111e38160
commit 13d081075e
5 changed files with 9 additions and 12 deletions
@@ -512,7 +512,7 @@ uint32_t* PrintfDbg::mapWorkitem(VirtualGPU& gpu, size_t idx, bool* realloc) {
}
// Get a pointer to the workitem data
uint32_t* workitem = reinterpret_cast<uint32_t*>(xferBufRead_->map(&gpu));
workitem = reinterpret_cast<uint32_t*>(xferBufRead_->map(&gpu));
return workitem;
}