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:
Dunajski, Bartosz
2019-09-02 13:54:57 +02:00
committed by sys_ocldev
parent ac6b1e038d
commit 47a0c43ad3
4 changed files with 82 additions and 16 deletions

View File

@@ -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,