[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jun 5 21:39:03 PDT 2024
joker-eph wrote:
> For this I think it's better doing a DictAttr, as the correspondence between ID and device is unambiguous for the developer and in the IR.
I think this is implemented now? The system is a dictionary of StringAttr key for the device ID to a device attribute (which does not contain the ID).
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list