Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 15:09
· 1712 commits to refs/heads/main since this release
525ba9a

Changes

xDSL framework

Dialects

  • dialects: Improve MemRefType.from_type_list() constructor @meshtag (#344)
  • xDSL/Vector: Add support for broadcast, fma and maskedload op @meshtag (#300)
  • mlir printing and parsing fix @martin-luecke (#199)
  • dialects: Improve MemRefType.from_type_list() constructor @meshtag (#344)

API

🗎 Documentation

🐛 Bug Fixes

  • xdsl: fix some type issues with DictionaryAttr printing and parsing @superlopuh (#339)

Testing

Continuous Integration

Installation

  • install: add ipykernel as an optional requirement @superlopuh (#315)
  • pip prod(deps): update filecheck requirement from <0.0.23 to <0.0.24 @dependabot (#307)

Miscellaneous