mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Revert "[performance] do not perform migrations if not needed."
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b6d0a64638
commit
593b3cf4fd
@@ -44,7 +44,7 @@ class PageFaultManager : public NonCopyableOrMovableClass {
|
||||
};
|
||||
|
||||
typedef void (*gpuDomainHandlerFunc)(PageFaultManager *pageFaultHandler, void *alloc, PageFaultData &pageFaultData);
|
||||
[[nodiscard]] std::unique_lock<SpinLock> obtainUniqueOwnership() { return std::unique_lock<SpinLock>(this->mtx); }
|
||||
|
||||
void setGpuDomainHandler(gpuDomainHandlerFunc gpuHandlerFuncPtr);
|
||||
|
||||
virtual void allowCPUMemoryAccess(void *ptr, size_t size) = 0;
|
||||
|
||||
Reference in New Issue
Block a user