Skip to content

Commit da8e392

Browse files
jaladreipsigcbot
authored andcommitted
Registry flag related changes to enable BTD for sync dispatch rays
Registry flag related changes to enable BTD for sync dispatch rays
1 parent 96a6d67 commit da8e392

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

IGC/common/igc_flags.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,8 +1005,6 @@ DECLARE_IGC_GROUP("Raytracing Options")
10051005
DECLARE_IGC_REGKEY(bool, DisablePredicatedStackIDRelease, false, "Emit a single stack ID release at the end of the shader", true)
10061006
DECLARE_IGC_REGKEY(bool, DisableCrossFillRemat, false, "Rematerialize values if they use already spilled values", true)
10071007
DECLARE_IGC_REGKEY(bool, EnableSyncDispatchRays, false, "Enable sync DispatchRays implementation", false)
1008-
DECLARE_IGC_REGKEY(bool, ForceIndirectCallsInSyncDispatchRays, false, "Will skip direct calls in synchronous raytracing and immediately call raytracing shaders via KSP shader ptr", false)
1009-
DECLARE_IGC_REGKEY(bool, ForceInliningTraceRayCallsInSyncDispatchRays, false, "Will inline calls to __TraceRay, __Invoke and __TraceRaySyncToAsyncAdapter even when indirect calls are not necessary", false)
10101008
DECLARE_IGC_REGKEY(bool, ForceRTRetry, false, "Raytracing is compiled in the second retry state", false)
10111009
DECLARE_IGC_REGKEY(bool, DisableRTRetryPickBetter, false, "Disables raytracing retry to pick the best compilation instead of always using the retry compilation.", false)
10121010
DECLARE_IGC_REGKEY(DWORD, RetryRTSpillMemThreshold, 200, "Only retry if spill mem used is more than this value", false)

IGC/common/igc_regkeys.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ SPDX-License-Identifier: MIT
5555

5656
#undef RTMEMORY_STYLE_OPTION
5757
#undef RTMEMORY_STYLE_OPTIONS
58-
5958
#undef INJECT_PRINTF_OPTION
6059
#undef INJECT_PRINTF_OPTIONS
6160

0 commit comments

Comments
 (0)