[Mlir-commits] [mlir] [MLIR][DLTI] Introduce DLTIQueryInterface and impl for DLTI attrs (PR #104595)
Rolf Morel
llvmlistbot at llvm.org
Fri Aug 16 07:51:58 PDT 2024
rolfmorel wrote:
This builds on the recently merged https://github.com/llvm/llvm-project/pull/101561 (and reland: https://github.com/llvm/llvm-project/pull/102652) - in particular the new `transform.dlti.query` op now takes an arbitrary number of keys. This PR also gets rid of the `key1::key2::key3` syntax in favour of the keys being wrapped up in an ArrayAttr. We can reintroduce such sugar later, if there is demand.
This PR is part of our concerted effort to enable target descriptors upstream, through extending the DLTI dialect. See https://github.com/plaidml/tpp-mlir/issues/934.
https://github.com/llvm/llvm-project/pull/104595
More information about the Mlir-commits
mailing list