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:
Patryk Wrobel
2022-03-09 12:36:51 +00:00
committed by Compute-Runtime-Automation
parent 9d4dacacca
commit 835b344968
4 changed files with 23 additions and 0 deletions

View File

@ -382,6 +382,7 @@ ReuseKernelBinaries = -1
EnableChipsetUniqueUUID = -1
ForceSimdMessageSizeInWalker = -1
UseNewQueryTopoIoctl = 1
DisableGpuHangDetection = 0
EnableRecoverablePageFaults = -1
EnableImplicitMigrationOnFaultableHardware = -1
UseDrmVirtualEnginesForCcs = -1