mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
02337bbbf8
commit
e1e9907973
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user