mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Pass device to flushTask.
- do not obtain it from memory manager Change-Id: Icc7c03dc925c69ec5932c5812151ac28dc34d20d
This commit is contained in:
committed by
sys_ocldev
parent
c001481557
commit
f60847b64e
@@ -572,7 +572,8 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueNonBlocked(
|
||||
*ioh,
|
||||
getIndirectHeap(IndirectHeap::SURFACE_STATE, 0u),
|
||||
taskLevel,
|
||||
dispatchFlags);
|
||||
dispatchFlags,
|
||||
*device);
|
||||
|
||||
for (auto surface : CreateRange(surfaces, surfaceCount)) {
|
||||
surface->setCompletionStamp(completionStamp, device, this);
|
||||
|
||||
Reference in New Issue
Block a user