P4 to Git Change 1610625 by gandryey@gera-w8 on 2018/09/25 17:00:40

SWDEV-79445 - OCL generic changes and code clean-up
	- Fix RGP capture. Add the engine mask.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#7 edit
This commit is contained in:
foreman
2018-09-25 17:14:51 -04:00
parent 90339a205f
commit f24fdb6d53
+1
View File
@@ -506,6 +506,7 @@ Pal::Result RgpCaptureMgr::BeginRGPTrace(VirtualGPU* gpu)
sampleConfig.type = GpuUtil::GpaSampleType::Trace;
sampleConfig.sqtt.gpuMemoryLimit = trace_gpu_mem_limit_;
sampleConfig.sqtt.seMask = 0xF;
sampleConfig.sqtt.flags.enable = true;
sampleConfig.sqtt.flags.supressInstructionTokens = (inst_tracing_enabled_ == false);