You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/common/igc_flags.def
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,8 @@ DECLARE_IGC_REGKEY(bool, UseNewRegEncoding, true, "Use new location encoding for
425
425
DECLARE_IGC_REGKEY(bool, EmitOffsetInDbgLoc, false, "Emit offset of private memory in DW_AT_location when available", false)
426
426
DECLARE_IGC_REGKEY(bool, EnableA64WA, true, "Guarantee A64 load/store addres-hi is uniform", false)
427
427
DECLARE_IGC_REGKEY(bool, EnableSamplerSplit, true, "Split SIMD8 Sampler message to 2 subspans and SIMD16 to odd and even", false)
428
+
DECLARE_IGC_REGKEY(bool, EnableEvaluateSamplerSplit, false, "Split evaluate messages to sampler into either SIMD8 or SIMD1 messages", false)
429
+
428
430
DECLARE_IGC_REGKEY(bool, EnableZEBinary, false, "Enable output in ZE binary format", true)
429
431
DECLARE_IGC_REGKEY(DWORD, OverrideOCLMaxParamSize, 0, "Override the value imposed on the kernel by CL_DEVICE_MAX_PARAMETER_SIZE. Value in bytes, if value==0 no override happens.", true)
0 commit comments