mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[30/n] Internal 4GB allocator.
- Add support for patching indirect state with internal heaps. Change-Id: Ib5748beb462be1786134a0a81bb649dd279816ec
This commit is contained in:
committed by
sys_ocldev
parent
8583c68c8c
commit
6299388b71
@@ -240,7 +240,7 @@ size_t KernelCommandsHelper<GfxFamily>::sendCrossThreadData(
|
||||
}
|
||||
}
|
||||
|
||||
return offsetCrossThreadData;
|
||||
return offsetCrossThreadData + static_cast<size_t>(indirectHeap.getHeapGpuStartOffset());
|
||||
}
|
||||
|
||||
// Returned binding table pointer is relative to given heap (which is assumed to be the Surface state base addess)
|
||||
|
||||
Reference in New Issue
Block a user