[Mlir-commits] [mlir] Add lower-vector-multi-reduction pass (PR #87333)

Han-Chung Wang llvmlistbot at llvm.org
Tue Apr 2 10:09:10 PDT 2024


================
@@ -0,0 +1,39 @@
+// RUN: mlir-opt -lower-vector-multi-reduction="lowering-strategy=inner-parallel" -split-input-file %s | FileCheck %s
+
+// -----
----------------
hanhanW wrote:

This is the separator for tests, so we don't need it before any tests.

https://github.com/llvm/llvm-project/pull/87333


More information about the Mlir-commits mailing list