[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)

Renato Golin llvmlistbot at llvm.org
Thu Jun 6 07:08:04 PDT 2024


rengolin 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).

I think so. As I wrote this I realised, but was multi-threading so pushed the comment without update. :D

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


More information about the Mlir-commits mailing list