mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
57a42ee13d
commit
fd1ad7c1f0
@@ -98,7 +98,7 @@ class Drm : public DriverModel {
|
||||
int getMinEuInPool(int &minEUinPool);
|
||||
int getTimestampFrequency(int &frequency);
|
||||
|
||||
int queryGttSize(uint64_t >tSizeOutput);
|
||||
MOCKABLE_VIRTUAL int queryGttSize(uint64_t >tSizeOutput);
|
||||
bool isPreemptionSupported() const { return preemptionSupported; }
|
||||
|
||||
MOCKABLE_VIRTUAL void checkPreemptionSupport();
|
||||
|
||||
Reference in New Issue
Block a user