[Mlir-commits] [mlir] [mlir][tosa] Enhance folder for Tosa binary operators (PR #128059)

Luke Hutton llvmlistbot at llvm.org
Mon Feb 24 06:52:12 PST 2025


https://github.com/lhutton1 commented:

I wonder if it's worth limiting the size of the binary operations that are folded - would the runtime of folding a larger input, say `tensor<1024x1024x1024x1024xf32>`, be reasonable?

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


More information about the Mlir-commits mailing list