Reuse kernel allocation

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-02-24 14:12:06 +00:00
committed by Compute-Runtime-Automation
parent 77407e6bb1
commit 090bfb9642
8 changed files with 127 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ struct KernelInfo {
uint32_t getConstantBufferSize() const;
int32_t getArgNumByName(const char *name) const;
bool createKernelAllocation(const Device &device, bool internalIsa);
bool createKernelAllocation(Device &device, bool internalIsa);
void apply(const DeviceInfoKernelPayloadConstants &constants);
HeapInfo heapInfo = {};