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 2477272 commit 8619212Copy full SHA for 8619212
mlir/include/mlir/Dialect/Math/IR/MathBase.td
@@ -15,5 +15,6 @@ def Math_Dialect : Dialect {
15
The math dialect is intended to hold mathematical operations on integer and
16
floating type beyond simple arithmetics.
17
}];
18
+ let emitAccessorPrefix = kEmitAccessorPrefix_Both;
19
}
20
#endif // MATH_BASE
0 commit comments