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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user