Skip to content

Commit 119f3ed

Browse files
eternastudentoigcbot
authored andcommitted
Change metadata type for atomic branch transformation.
Change metadata type to enable specification of transformation mode.
1 parent 5610d02 commit 119f3ed

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
@@ -491,7 +491,7 @@ namespace IGC
491491
// force enable tile y optimization
492492
bool forceTileYWalk = false;
493493
// enable atomic branch optimization
494-
bool atomicBranch = false;
494+
unsigned int atomicBranch = 0;
495495
// enable spill compression
496496
bool spillCompression = false;
497497
// disable early out

0 commit comments

Comments
 (0)