[Mlir-commits] [mlir] [nlir][vector] Disable `vector.matrix_multiply` for scalable vectors (PR #102573)
Cullen Rhodes
llvmlistbot at llvm.org
Fri Aug 9 00:12:57 PDT 2024
================
@@ -1862,3 +1862,16 @@ func.func @invalid_step_2d() {
vector.step : vector<2x4xf32>
return
}
+
+// -----
+
+func.func @matrix_matmul_scalable(%a: vector<[4]xf64>, %b: vector<4xf64>) {
----------------
c-rhodes wrote:
```suggestion
func.func @matrix_multiply_scalable(%a: vector<[4]xf64>, %b: vector<4xf64>) {
```
https://github.com/llvm/llvm-project/pull/102573
More information about the Mlir-commits
mailing list