[Mlir-commits] [mlir] [mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface and add a PadOp::FoldReifiedShape canonicalization (PR #145732)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Jun 26 03:37:08 PDT 2025


ftynse wrote:

>  I had lost context on the non-determinism aspect .. that's a nasty one indeed!

Don't recall all the details, but normally we shouldn't have non-deterministic behavior in the compiler. Is this due to something like the map of dialects or ops being a hashmap or something like that?

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


More information about the Mlir-commits mailing list