From feb690b45db6f23f511eafb322c8a2c0f020f50b Mon Sep 17 00:00:00 2001 From: Mustafa Uzun Date: Wed, 23 Aug 2023 11:56:50 +0300 Subject: [PATCH] fix: range typo --- IGC/common/igc_flags.h | 2 +- documentation/configuration_flags.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IGC/common/igc_flags.h b/IGC/common/igc_flags.h index 505c8b36848d..6931cb825169 100644 --- a/IGC/common/igc_flags.h +++ b/IGC/common/igc_flags.h @@ -180,7 +180,7 @@ DECLARE_IGC_REGKEY(DWORD,SetLoopUnrollThresholdForHighRegPressure, 0, DECLARE_IGC_REGKEY(DWORD,SetRegisterPressureThresholdForLoopUnroll, 96, "Set the register pressure threshold for limiting the loop unroll to smaller loops", false) DECLARE_IGC_REGKEY(DWORD,SetBranchSwapThreshold, 400, "Set the branch swaping threshold.", false) DECLARE_IGC_REGKEY(debugString, LLVMCommandLine, 0, "applies LLVM command line", false) -DECLARE_IGC_REGKEY(debugString, SelectiveHashOptions, 0, "applies options to hash ragne via string", false) +DECLARE_IGC_REGKEY(debugString, SelectiveHashOptions, 0, "applies options to hash range via string", false) DECLARE_IGC_REGKEY(bool, DisableDX9LowPrecision, true, "Disables HF in DX9.", false) DECLARE_IGC_REGKEY(bool, EnablePingPongTextureOpt, true, "Enables the Ping Pong texture optimization which is used only for Compute Shaders for back to back dispatches", false) DECLARE_IGC_REGKEY(bool, EnableAtomicBranch, false, "Enable Atomic branch optimization which break atomic into if/else with atomic and read based on the operation", false) diff --git a/documentation/configuration_flags.md b/documentation/configuration_flags.md index ac97c8840f0c..05ab56cbb567 100644 --- a/documentation/configuration_flags.md +++ b/documentation/configuration_flags.md @@ -247,7 +247,7 @@ $ export IGC_ShaderDumpEnable=1 | `PSSIMD32HeuristicLoopAndDiscard` | enable PS SIMD32 heuristic based on loop info and discard | - | | `PayloadSizeThreshold` | Set the max payload size threshold for short shades that have PSD bottleneck. | - | | `RovOpt` | Bitmask for ROV optimizations. 0 for all off, 1 for force fence flush none, 2 for setting LSC_L1UC_L3C_WB, 3 for both opt on | - | -| `SelectiveHashOptions` | applies options to hash ragne via string | - | +| `SelectiveHashOptions` | applies options to hash range via string | - | | `SetBranchSwapThreshold` | Set the branch swaping threshold. | - | | `SetDefaultTileYWalk` | Use TileY walk as default for HW generating threadID | Available | | `SetLoopUnrollThreshold` | Set the loop unroll threshold. Value 0 will use the default threshold. | - |