[Mlir-commits] [mlir] [mlir][spirv] Split codegen for float min/max reductions and others (NFC) (PR #69023)

Jakub Kuderski llvmlistbot at llvm.org
Mon Oct 16 08:26:29 PDT 2023


kuhar wrote:

@unterumarmung Yeah there's no requirement for all patterns to be added together in one `.add` function call. If we split it into 2 or more `.add` calls it should work just as well.

RE constructor parameters, you just add pass them via `.add<...>(-- here --)`. If you hit any issues and can't get this to work, feel free to ping me and I can give it a shot.

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


More information about the Mlir-commits mailing list