mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: optimize checking if heapless state init is enabled
Related-To: NEO-7824 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5cfe731948
commit
52b4c75f68
@@ -72,6 +72,7 @@ struct EncodeDispatchKernelArgs {
|
||||
bool isRcs = false;
|
||||
bool dcFlushEnable = false;
|
||||
bool isHeaplessModeEnabled = false;
|
||||
bool isHeaplessStateInitEnabled = false;
|
||||
bool interruptEvent = false;
|
||||
bool immediateScratchAddressPatching = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user