google / mlir-hs

Haskell bindings for MLIR
Apache License 2.0
97 stars 16 forks source link

Add DenseArrayAttr type #40

Closed jpienaar closed 2 years ago

jpienaar commented 2 years ago

DenseArrayAttr's unsigned/signed variants are still being discussed, mapping all to the signless for now.

Change the generator to add suffic for most args to avoid shadowing warnings (Shape dialect has an op that has the same name as an attribute of another op which results in failure).

Also flip cond.br to use it to fix test.

apaszke commented 2 years ago

Wow this is great! 😄