mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
fix: add missing unrecoverable macro
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a04915fc33
commit
ddffb8a67f
@@ -104,6 +104,7 @@ struct KernelHw : public KernelImp {
|
||||
args.isDebuggerActive = isDebuggerActive;
|
||||
|
||||
NEO::EncodeSurfaceState<GfxFamily>::encodeBuffer(args);
|
||||
UNRECOVERABLE_IF(surfaceStateAddress == nullptr);
|
||||
*reinterpret_cast<typename GfxFamily::RENDER_SURFACE_STATE *>(surfaceStateAddress) = surfaceState;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user