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 b4d2c5d commit cf88e69Copy full SHA for cf88e69
mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
@@ -1110,7 +1110,7 @@ def EmitC_GlobalOp : EmitC_Op<"global", [Symbol]> {
1110
1111
```mlir
1112
// Global variable with an initial value.
1113
- emitc.global @x : !emitc.array<2xf32> = dense<0.0, 2.0>
+ emitc.global @x : !emitc.array<2xf32> = dense<0.0>
1114
// External global variable
1115
emitc.global extern @x : !emitc.array<2xf32>
1116
// Constant global variable with internal linkage
0 commit comments