feature: debug flag to signal user interrupts.

Related-To: NEO-7966

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-07-27 12:36:00 +00:00
committed by Compute-Runtime-Automation
parent 02337bbbf8
commit e1e9907973
17 changed files with 208 additions and 3 deletions

View File

@@ -566,4 +566,9 @@ struct EncodeKernelArgsBuffer {
static void encodeKernelArgsBufferCmds(const GraphicsAllocation *kernelArgsBufferAllocation, LogicalStateHelper *logicalStateHelper);
};
template <typename GfxFamily>
struct EnodeUserInterrupt {
static void encode(LinearStream &commandStream);
};
} // namespace NEO