feature: Implement appendMemoryPrefetch for Shared System USM Allocations

Related-To: NEO-12989

Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
John Falkowski
2025-03-11 02:59:53 +00:00
committed by Compute-Runtime-Automation
parent 642bdd122e
commit 97799b3faf
29 changed files with 583 additions and 143 deletions

View File

@@ -165,7 +165,7 @@ class Drm : public DriverModel {
MOCKABLE_VIRTUAL bool isVmBindAvailable();
MOCKABLE_VIRTUAL bool registerResourceClasses();
MOCKABLE_VIRTUAL void setPageFaultSupported(bool value) { this->pageFaultSupported = value; }
MOCKABLE_VIRTUAL void queryPageFaultSupport();
bool hasPageFaultSupport() const;
bool hasKmdMigrationSupport() const;