mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Copy EnqueueProperties to KernelOperation in blocked path
Change-Id: I5b9999901b5b75fc3165f9fa389857732aca2849 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com> Related-To: NEO-3020
This commit is contained in:
committed by
sys_ocldev
parent
ac6b1e038d
commit
47a0c43ad3
@@ -332,8 +332,8 @@ class CommandQueueHw : public CommandQueue {
|
||||
uint32_t taskLevel,
|
||||
PrintfHandler *printfHandler);
|
||||
|
||||
template <uint32_t commandType>
|
||||
void enqueueBlocked(Surface **surfacesForResidency,
|
||||
void enqueueBlocked(uint32_t commandType,
|
||||
Surface **surfacesForResidency,
|
||||
size_t surfacesCount,
|
||||
const MultiDispatchInfo &multiDispatchInfo,
|
||||
TimestampPacketContainer *previousTimestampPacketNodes,
|
||||
|
||||
Reference in New Issue
Block a user