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

Jakub Kuderski llvmlistbot at llvm.org
Sat Oct 14 16:29:16 PDT 2023


kuhar wrote:

@unterumarmung I played with the code a bit and have an alternative idea: if all the derived classes implement just one function, could we make it a constructor/template parameter and drop CRTP and the resulting complexity?

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


More information about the Mlir-commits mailing list