[Mlir-commits] [mlir] [mlir] Refactor ConvertVectorToLLVMPass options (PR #128219)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Feb 27 03:14:19 PST 2025
================
@@ -221,7 +221,7 @@ namespace {
/// ```
/// `vector.matmul` later lowers to `llvm.matrix.multiply`.
----------------
banach-space wrote:
Since you are already fixing typos :)
```suggestion
/// `vector.matrix_matmul` later lowers to `llvm.matrix.multiply`.
```
https://github.com/llvm/llvm-project/pull/128219
More information about the Mlir-commits
mailing list