P4 to Git Change 1704536 by gandryey@gera-w8 on 2018/11/08 15:29:54

SWDEV-79445 - OCL generic changes and code clean-up
	- Fix linux build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#12 edit


[ROCm/clr commit: 0212151a49]
This commit is contained in:
foreman
2018-11-08 15:39:14 -05:00
parent b953979eff
commit c4985ad98f
@@ -39,11 +39,11 @@ RgpCaptureMgr::RgpCaptureMgr(Pal::IPlatform* platform, const Device& device)
:
device_(device),
dev_driver_server_(platform->GetDevDriverServer()),
user_event_(nullptr),
num_prep_disp_(0),
max_sqtt_disp_(device_.settings().rgpSqttDispCount_),
trace_gpu_mem_limit_(0),
global_disp_count_(1), // Must start from 1 according to RGP spec
user_event_(nullptr),
trace_enabled_(false),
inst_tracing_enabled_(false)
{