mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
feat(zebin): Add support for indirect stateless count
Add support for newly added indirect statelss count check; populate related field in kernelInfo. - Move hasIndirectStatelessAccess check from KernelInfo to KernelDescriptor. Related-To: NEO-7428 Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2b963c7359
commit
f06df021b5
@@ -114,7 +114,6 @@ struct KernelInfo {
|
||||
const BuiltinDispatchInfoBuilder *builtinDispatchBuilder = nullptr;
|
||||
uint32_t systemKernelOffset = 0;
|
||||
uint64_t kernelId = 0;
|
||||
bool hasIndirectStatelessAccess = false;
|
||||
bool isKernelHeapSubstituted = false;
|
||||
GraphicsAllocation *kernelAllocation = nullptr;
|
||||
DebugData debugData;
|
||||
|
||||
Reference in New Issue
Block a user