P4 to Git Change 1345359 by lmoriche@lmoriche_opencl_dev on 2016/11/23 15:52:29

SWDEV-94610 - Initialize printfdbg_ to null in VirtualDevice::VirtualDevice

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#19 edit
This commit is contained in:
foreman
2016-11-23 16:02:51 -05:00
parent ce961aad92
commit e82d2948f5
@@ -453,6 +453,8 @@ VirtualGPU::VirtualGPU(Device &device)
, index_(device.numOfVgpus_++) // Virtual gpu unique index incrementing
{
gpu_device_ = device.getBackendDevice();
printfdbg_ = NULL;
// Initialize the last signal and dispatch flags
timestamp_ = NULL;
hasPendingDispatch_ = false;