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

Niranjan Hasabnis llvmlistbot at llvm.org
Thu Jun 6 12:27:30 PDT 2024


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

Yes.

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


More information about the Mlir-commits mailing list