mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +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
@ -106,9 +106,9 @@ template <typename GfxFamily>
|
||||
CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
|
||||
LinearStream &commandStreamTask,
|
||||
size_t commandStreamStartTask,
|
||||
const LinearStream &dsh,
|
||||
const LinearStream &ioh,
|
||||
const LinearStream &ssh,
|
||||
const IndirectHeap &dsh,
|
||||
const IndirectHeap &ioh,
|
||||
const IndirectHeap &ssh,
|
||||
uint32_t taskLevel,
|
||||
DispatchFlags &dispatchFlags) {
|
||||
typedef typename GfxFamily::MI_BATCH_BUFFER_START MI_BATCH_BUFFER_START;
|
||||
|
Reference in New Issue
Block a user