[Mlir-commits] [mlir] [mlir][linalg] Handle unset outer_dims_perm in data layout propagation (PR #98040)

James Newling llvmlistbot at llvm.org
Tue Jul 9 09:26:20 PDT 2024


newling wrote:

The bug this PR attempts to fix was fixed 2 weeks ago: https://github.com/llvm/llvm-project/commit/002e819247b59debe71605aad9967203a119886b

Thanks for taking a look at this @qedawkins (I am quite embarrassed that I posted such a silly PR! I think what happened was I had a more sensible fix before rebasing on the fix from 2 weeks ago, then started whittling my PR down to something smaller without realising that actually it was doing nothing, the fix from 2 weeks ago was doing the trick) 

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


More information about the Mlir-commits mailing list