Debug functionality to pause before and after specified GPGPU_WALKER.

Resolves: NEO-3961

Change-Id: If797858c0f6a9758f9c1bc5472841dcfff93884b
Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
This commit is contained in:
Piotr Zdunowski
2020-04-30 17:12:01 +02:00
committed by sys_ocldev
parent 5323a99ab8
commit 5a2bff7706
12 changed files with 361 additions and 126 deletions

View File

@@ -73,6 +73,12 @@ class HardwareInterface {
LinearStream *commandStream,
CommandQueue &commandQueue);
static void dispatchDebugPauseCommands(
LinearStream *commandStream,
CommandQueue &commandQueue,
DebugPauseState confirmationTrigger,
DebugPauseState waitCondition);
static void programWalker(
LinearStream &commandStream,
Kernel &kernel,