[Mlir-commits] [mlir] [mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (PR #104783)
Nicolas Vasilache
llvmlistbot at llvm.org
Tue Sep 24 07:48:21 PDT 2024
================
@@ -891,3 +975,86 @@ func.func @fill_tensor(%f: f32, %v: vector<2x4xf32>) -> (tensor<f32>, tensor<vec
return %0, %1: tensor<f32>, tensor<vector<2x4xf32>>
}
+
+// -----
----------------
nicolasvasilache wrote:
Why do we need all these generalize tests ?
Seems one would be enough, in conjunction with invalid tests and some (yet missing) new tests to validate the dim inference functionality.
https://github.com/llvm/llvm-project/pull/104783
More information about the Mlir-commits
mailing list