Skip to content

v0.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 14:48
· 93 commits to refs/heads/main since this release
8e58c88

xDSL framework

Dialects

Transformations

  • transformations: (convert-stencil-to-csl-stencil) Support multiple input buffers @n-io (#3575)
  • transforms: use rewriter and listener in convert-stencil-to-csl-stencil @math-fehr (#3538)
  • transforms: use Rewriter instead of PatternRewriter in mlir-opt @math-fehr (#3537)

Interpreter

🗎 Documentation

  • documentation: add experimental features flag guide to README @superlopuh (#3567)

🐛 Bug Fixes

Continuous Integration

  • CI: add "tests" to extraPaths for Pyright to find conftest locally @superlopuh (#3571)

Installation

Miscellaneous

  • interactive: fix dark mode @alexarice (#3582)
  • misc: use experimental TypeForm feature of Pyright @superlopuh (#3450)
  • minor: (csl-wrapper-hoist-buffers) Always use good name hints @n-io (#3562)
  • core: Fix 'parse_single_type' for operands/results directives @alexarice (#3553)
  • core: fix (and test) operands/results directives with no variadics @alexarice (#3551)
  • misc: remove unused name argument from builtin attribute parsing @superlopuh (#3545)
  • core: remove unnecessary whitespace printing in assembly format @alexarice (#3530)
  • tool: (irdl-to-pyrdl) Generate better class name @alexarice (#3528)

Interactive