mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
- Instruction heap is currently heavily used as every kernel copies ISA into it. - It dries out very fast and each change to new heap requires whole pipeline drain that prevents concurrency - Problem is even larger when sip kernel is used as it limits the total heap size - In order to maximize heap re-use and to limit the count of pipeline drains this change introduces new minimal size for instruction heap 512 KB. Change-Id: Ic54e9ef4448b1d35dab01b084ee1d59b509642cb
34 KiB
34 KiB