mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7a17df93a6
commit
aa950a4a96
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user