mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +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
@@ -855,7 +855,7 @@ HWTEST_F(CommandStreamReceiverCQFlushTaskTests, getCSShouldReturnACSWithEnoughSi
|
||||
commandStream.getSpace(sizeRequested - sizeCQReserves);
|
||||
|
||||
GraphicsAllocation allocation((void *)0x1234, 1);
|
||||
LinearStream linear(&allocation);
|
||||
IndirectHeap linear(&allocation);
|
||||
|
||||
auto blocking = true;
|
||||
DispatchFlags dispatchFlags;
|
||||
|
||||
Reference in New Issue
Block a user