mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add debug flag to disable GPU hang detection
This change introduces the new flag called DisableGpuHangDetection. By default it is disabled. When someone wants to disable hang checking, then this flag can be set to true. Related-To: NEO-6681 Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
9d4dacacca
commit
835b344968
@ -382,6 +382,7 @@ ReuseKernelBinaries = -1
|
||||
EnableChipsetUniqueUUID = -1
|
||||
ForceSimdMessageSizeInWalker = -1
|
||||
UseNewQueryTopoIoctl = 1
|
||||
DisableGpuHangDetection = 0
|
||||
EnableRecoverablePageFaults = -1
|
||||
EnableImplicitMigrationOnFaultableHardware = -1
|
||||
UseDrmVirtualEnginesForCcs = -1
|
||||
|
Reference in New Issue
Block a user