Skip to content

Commit 56dd34b

Browse files
iwwusys_zuul
authored andcommitted
Add new regkey to disable DispatchAlongY for HW IDs
Change-Id: I1c53b9ae8fe26df111ccd3219a9ca9448473bfdb
1 parent 090fadf commit 56dd34b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ DECLARE_IGC_REGKEY(bool, disableRemat, false, "disable re-mater
371371
DECLARE_IGC_REGKEY(bool, EnableDisableMidThreadPreemptionOpt, true, "Disable mid thread preemption", false)
372372
DECLARE_IGC_REGKEY(DWORD, MidThreadPreemptionDisableThreshold, 600, "Threshold to disable mid thread preemption", false)
373373
DECLARE_IGC_REGKEY(bool, DispatchGPGPUWalkerAlongYFirst, true, "dispatch GPGPU walker along Y first", false)
374+
DECLARE_IGC_REGKEY(bool, DisableYWalkOnHWid, true, "disable DispatchGPGPUWalkerAlongYFirst on HW generated local IDs", false)
374375
DECLARE_IGC_REGKEY(bool, SetMaxPreRASchedulerRegPressureThreshold, false, "set Max PreRA Scheduler Threshold", false)
375376
DECLARE_IGC_REGKEY(bool, LimitConstantBuffersPushed, true, "Limit max number of CBs pushed when SupportIndirectConstantBuffer is true", false)
376377
DECLARE_IGC_REGKEY(DWORD, MaxPreRASchedulerRegPressureThreshold, 60, "Max PreRA Scheduler Threshold", false)

0 commit comments

Comments
 (0)