Skip to content

Commit 61a25a4

Browse files
sarnexagainull
authored andcommitted
Update comment (#1955)
I forgot to update this in KhronosGroup/SPIRV-LLVM-Translator@0ef30a3 Signed-off-by: Sarnie, Nick <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@664097f
1 parent 9e72f1d commit 61a25a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/SPIRVWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ void LLVMToSPIRVBase::transFunctionMetadataAsUserSemanticDecoration(
11281128
// SMALL - 1
11291129
// LARGE - 2
11301130
// DEFAULT - 3
1131-
// Currently we only support SMALL and LARGE
1131+
// Currently we only support AUTO, SMALL and LARGE
11321132
if (RegisterAllocNodeMDOp == 0 || RegisterAllocNodeMDOp == 1 ||
11331133
RegisterAllocNodeMDOp == 2) {
11341134
// 4 threads per eu means large grf mode, and 8 threads per eu

0 commit comments

Comments
 (0)