mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
feature: disable page fault handler on migration
Disabled RegisterPageFaultHandlerOnMigration by default Related-To: NEO-11563 Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
78beae645c
commit
3d247d75ec
@@ -468,7 +468,7 @@ DECLARE_DEBUG_VARIABLE(int32_t, WaitForPagingFenceInController, -1, "Instead of
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionControllerIdleDetection, -1, "Terminate direct submission only if CSR is idle. -1: default, 0 - disable, 1 - enable.")
|
||||
/*FEATURE FLAGS*/
|
||||
DECLARE_DEBUG_VARIABLE(bool, USMEvictAfterMigration, false, "Evict USM allocation after implicit migration to GPU")
|
||||
DECLARE_DEBUG_VARIABLE(bool, RegisterPageFaultHandlerOnMigration, true, "Register handler on migration to GPU when current is not from pagefault manager")
|
||||
DECLARE_DEBUG_VARIABLE(bool, RegisterPageFaultHandlerOnMigration, false, "Register handler on migration to GPU when current is not from pagefault manager")
|
||||
DECLARE_DEBUG_VARIABLE(bool, EnableNV12, true, "Enables NV12 extension")
|
||||
DECLARE_DEBUG_VARIABLE(bool, EnablePackedYuv, true, "Enables cl_packed_yuv extension")
|
||||
DECLARE_DEBUG_VARIABLE(bool, EnableDeferredDeleter, true, "Enables async deleter")
|
||||
|
||||
@@ -27,7 +27,7 @@ SetCommandStreamReceiver = -1
|
||||
TbxPort = 4321
|
||||
TbxFrontdoorMode = 0
|
||||
FlattenBatchBufferForAUBDump = 0
|
||||
RegisterPageFaultHandlerOnMigration = 1
|
||||
RegisterPageFaultHandlerOnMigration = 0
|
||||
AddPatchInfoCommentsForAUBDump = 0
|
||||
UseAubStream = 1
|
||||
AUBDumpAllocsOnEnqueueReadOnly = 0
|
||||
|
||||
Reference in New Issue
Block a user