mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Fix check for page faults enabled in get memory access properties
Related-To: NEO-6465 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6968d26f3a
commit
674691d170
@@ -189,6 +189,7 @@ class MemoryManager {
|
||||
bool isLocalMemorySupported(uint32_t rootDeviceIndex) const;
|
||||
virtual bool isMemoryBudgetExhausted() const;
|
||||
|
||||
virtual bool hasPageFaultsEnabled(const Device &neoDevice) { return false; }
|
||||
virtual bool isKmdMigrationAvailable(uint32_t rootDeviceIndex) { return false; }
|
||||
|
||||
virtual AlignedMallocRestrictions *getAlignedMallocRestrictions() {
|
||||
|
||||
Reference in New Issue
Block a user