We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34c423 commit cfb20ccCopy full SHA for cfb20cc
mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
@@ -75,7 +75,7 @@ static void printDynamicIndex(OpAsmPrinter &printer, Operation *op,
75
if (staticSize) {
76
printer << staticSize.getValue();
77
return;
78
- }
+ }
79
printer << dynamicSize;
80
}
81
0 commit comments