[Mlir-commits] [mlir] [mlir][tosa] Check for 0-ranked-tensors during fold (PR #68512)

Eric Kunze llvmlistbot at llvm.org
Tue Oct 10 16:54:41 PDT 2023


https://github.com/eric-k256 requested changes to this pull request.

I think this change is good. @GeorgeARM is right that the spec doesn't support rank 0 right now, but we're trying to review support of rank0 and we might change the restrictions on reductions to allow rank0 to occur with result == input as you do with this fold.

Just the one request for a better test name. Thanks!

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


More information about the Mlir-commits mailing list