feature: Add heapless mode programming in l0 1/n

Related-To: NEO-7621
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-12-01 14:30:28 +00:00
committed by Compute-Runtime-Automation
parent 7a17df93a6
commit aa950a4a96
31 changed files with 295 additions and 175 deletions

View File

@@ -490,6 +490,9 @@ typedef struct tagGPGPU_WALKER {
inline uint32_t getBottomExecutionMask() const {
return (TheStructure.Common.BottomExecutionMask);
}
static constexpr uint32_t getInlineDataSize() { // patched
return 0u;
}
using InterfaceDescriptorType = INTERFACE_DESCRIPTOR_DATA; // patched
} GPGPU_WALKER;