mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix heap size programming.
- In various scenarios code was not programming the max heap size correctly - It was possible for SSH to overcome the limit - Size was programmed smaller then it really was, which resulted in smaller reuse, which led to SBA reprogramming which led to lower performance in ooq scenarios - This change fixes the heap size programming by always utilizing full allocation size and always limiting SSH at proper value Change-Id: Ib703d2b0709ed8227a293def3a454bf1bb516dfd
This commit is contained in:

committed by
sys_ocldev

parent
285ecbd9cb
commit
37c7e27276
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,4 +2,4 @@
|
||||
neoDependenciesRev='733920-765'
|
||||
strategy='EQUAL'
|
||||
allowedF=47
|
||||
allowedCD=365
|
||||
allowedCD=364
|
||||
|
Reference in New Issue
Block a user