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 d614874 commit 3e9805eCopy full SHA for 3e9805e
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -23,7 +23,7 @@ def Vector_Dialect : Dialect {
23
let cppNamespace = "::mlir::vector";
24
let hasConstantMaterializer = 1;
25
let dependentDialects = ["arith::ArithmeticDialect"];
26
- let emitAccessorPrefix = kEmitAccessorPrefix_Both;
+ let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
27
}
28
29
// Base class for Vector dialect ops.
0 commit comments