[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)

Jacques Pienaar llvmlistbot at llvm.org
Mon Oct 23 07:09:51 PDT 2023


https://github.com/jpienaar commented:

Interesting. So Am I correct in understanding that the "builder" being used is not dictated by what produced the value? So it doesn't matter if its an arith.constant vs a tensor.constant or hlo.constant, the `+` behaves based on the type? And for upstream they get to override by using a priority. (well and if there is someone upstream from them, then another priority )

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


More information about the Mlir-commits mailing list