feature: setup heap extended host size based on system memory size

Related-To: NEO-7665
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-04-28 13:24:48 +00:00
committed by Compute-Runtime-Automation
parent 57a42ee13d
commit fd1ad7c1f0
17 changed files with 72 additions and 59 deletions

View File

@@ -98,7 +98,7 @@ class Drm : public DriverModel {
int getMinEuInPool(int &minEUinPool);
int getTimestampFrequency(int &frequency);
int queryGttSize(uint64_t &gttSizeOutput);
MOCKABLE_VIRTUAL int queryGttSize(uint64_t &gttSizeOutput);
bool isPreemptionSupported() const { return preemptionSupported; }
MOCKABLE_VIRTUAL void checkPreemptionSupport();