mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
sys_ocldev
parent
5323a99ab8
commit
5a2bff7706
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user