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:
Milczarek, Slawomir
2023-02-28 00:20:17 +00:00
committed by Compute-Runtime-Automation
parent 6968d26f3a
commit 674691d170
9 changed files with 47 additions and 1 deletions

View File

@@ -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() {