[Mlir-commits] [mlir] [mlir][ArmSME] Support lowering masked vector.outerproduct ops to SME (PR #69604)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Oct 25 09:03:04 PDT 2023
================
@@ -11,6 +11,9 @@
// RUN: %{compile} | %{run} | FileCheck %s
+// REDEFINE: %{entry_point} = test_masked_outerproduct_with_accumulator_2x2xf64
----------------
MacDue wrote:
I've now extended the f64 tests to match the f32 ones (no acc, with acc, masked no acc, masked with acc).
https://github.com/llvm/llvm-project/pull/69604
More information about the Mlir-commits
mailing list