mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
Reuse kernel allocation
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
77407e6bb1
commit
090bfb9642
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user