Add ForceTheoreticalMaxWorkGroupCount debug toggle

New debug toggle disables limitation of work-group count for related queries.

Additionally OverrideMaxWorkGroupCount toggle was updated
to behave the same way, ignoring underlying engine type
when max-work group count is queried.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-07-18 19:00:09 +00:00
committed by Compute-Runtime-Automation
parent 50fae92ea2
commit 20d0541e57
3 changed files with 7 additions and 2 deletions

View File

@ -399,6 +399,7 @@ ForceSimdMessageSizeInWalker = -1
UseNewQueryTopoIoctl = 1
DisableGpuHangDetection = 0
DisableForceToStateless = 0
ForceTheoreticalMaxWorkGroupCount = 0
EnableRecoverablePageFaults = -1
EnableImplicitMigrationOnFaultableHardware = -1
UseDrmVirtualEnginesForCcs = -1