mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[32/n] Internal 4GB allacator.
- Ensure that heaps passed as IndirectHeap to flushTask Change-Id: Ib633e3d3027e142a1fdb51e78b970fb1bd1b9b0c
This commit is contained in:
committed by
sys_ocldev
parent
9dda0ed149
commit
59df78cc18
@@ -46,7 +46,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
FlushStamp flush(BatchBuffer &batchBuffer, EngineType engineType, ResidencyContainer *allocationsForResidency) override;
|
||||
|
||||
CompletionStamp flushTask(LinearStream &commandStream, size_t commandStreamStart,
|
||||
const LinearStream &dsh, const LinearStream &ioh, const LinearStream &ssh,
|
||||
const IndirectHeap &dsh, const IndirectHeap &ioh, const IndirectHeap &ssh,
|
||||
uint32_t taskLevel, DispatchFlags &dispatchFlags) override;
|
||||
|
||||
void flushBatchedSubmissions() override;
|
||||
|
||||
Reference in New Issue
Block a user