mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Use GPU instead of CPU address in programming commands for HwTimeStamps
Change-Id: If9ab4cbd052dfa46b5d901073df4c583c2ae361f Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -139,11 +139,11 @@ class GpgpuWalkerHelper {
|
||||
const iOpenCL::SPatchThreadPayload &threadPayload);
|
||||
|
||||
static void dispatchProfilingCommandsStart(
|
||||
HwTimeStamps &hwTimeStamps,
|
||||
TagNode<HwTimeStamps> &hwTimeStamps,
|
||||
OCLRT::LinearStream *commandStream);
|
||||
|
||||
static void dispatchProfilingCommandsEnd(
|
||||
HwTimeStamps &hwTimeStamps,
|
||||
TagNode<HwTimeStamps> &hwTimeStamps,
|
||||
OCLRT::LinearStream *commandStream);
|
||||
|
||||
static void dispatchPerfCountersNoopidRegisterCommands(
|
||||
|
||||
Reference in New Issue
Block a user