Skip to content

Commit 72595b3

Browse files
iwwuigcbot
authored andcommitted
Flip per-shader key DisableFastestForWaveIntrinsicsCS
Flip the logic of the flag
1 parent b800e1f commit 72595b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/MDFrameWork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ namespace IGC
451451
bool DisableLoosenSimd32Occu = false;
452452

453453
unsigned FastestS1Options = 0; // FCEXP_NO_EXPRIMENT. Can't access the enum here for some reason.
454-
bool EnableFastestForWaveIntrinsicsCS = false;
454+
bool DisableFastestForWaveIntrinsicsCS = false;
455455
bool ForceLinearWalkOnLinearUAV = false;
456456
};
457457

0 commit comments

Comments
 (0)