File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
mlir/include/mlir/Conversion Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010#define MLIR_CONVERSION_PASSES
1111
1212include "mlir/Pass/PassBase.td"
13+ include "mlir/Dialect/Vector/Transforms/VectorTransformsBase.td"
1314
1415//===----------------------------------------------------------------------===//
1516// ToLLVM
@@ -1413,7 +1414,7 @@ def ConvertVectorToLLVMPass : Pass<"convert-vector-to-llvm"> {
14131414 "vector::VectorContractLowering",
14141415 /*default=*/"vector::VectorContractLowering::Dot",
14151416 VectorContractLoweringAttr.summary, [{::llvm::cl::values(
1416- clEnumValN(::mlir::vector::VectorContractLowering::Dot, "dot",
1417+ clEnumValN(::mlir::vector::VectorContractLowering::Dot, "dot",
14171418 "Progressively lower to finer grained `vector.contract` and dot-products. (default)"),
14181419 clEnumValN(::mlir::vector::VectorContractLowering::Matmul, "matmul",
14191420 "Lower to `vector.matrix_multiply`, maps 1-1 to LLVM matrix intrinsics."),
You can’t perform that action at this time.
0 commit comments