compute-runtime/shared/source/page_fault_manager
Young Jin Yoon 91deddb69b feature: register handler when we migrate to GPU
Created registerFaultHandler() and checkFaultHandlerFromPageFaultManager()
and removed registering sigaction() from the contructor of the
PageFaultManagerLinux class.

Added if statment to check the current pagefault handler is from the
pagefault manager. If not, register the pagefault handler of the current
pagefault manager on linux.

Refactored windows exception vector adding logic to
registerFaultHandler() and call upon the constructor of the
PageFaultManagerWindows, and make
checkFaultHandlerFromPageFaultManager() always return true for windows.

Related-To: NEO-8190
Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
2023-08-14 11:14:03 +02:00
..
linux feature: register handler when we migrate to GPU 2023-08-14 11:14:03 +02:00
windows feature: register handler when we migrate to GPU 2023-08-14 11:14:03 +02:00
CMakeLists.txt Cmake format script 2020-08-19 16:36:30 +02:00
cpu_page_fault_manager.cpp feature: register handler when we migrate to GPU 2023-08-14 11:14:03 +02:00
cpu_page_fault_manager.h feature: register handler when we migrate to GPU 2023-08-14 11:14:03 +02:00