[all-commits] [llvm/llvm-project] 4c19de: [mlir][vector] Disable `vector.matrix_multiply` fo...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Fri Aug 9 05:48:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c19de925d96ccade45026f8b060457e16b259b5
https://github.com/llvm/llvm-project/commit/4c19de925d96ccade45026f8b060457e16b259b5
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/IR/CommonTypeConstraints.td
M mlir/test/Dialect/Vector/invalid.mlir
Log Message:
-----------
[mlir][vector] Disable `vector.matrix_multiply` for scalable vectors (#102573)
Disables `vector.matrix_multiply` for scalable vectors. As per the docs:
> This is the counterpart of llvm.matrix.multiply in MLIR
I'm not aware of any use of matrix-multiply intrinsics in the context of
scalable vectors, hence disabling.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list