Set up MLIR toolchain
Version updated for https://github.com/munich-quantum-software/setup-mlir to version v1.0.1.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-mlir GitHub Action simplifies the setup of MLIR (Multi-Level Intermediate Representation) by automatically extracting pre-built binaries, adding them to the system’s $PATH, and configuring environment variables like $LLVM_DIR and $MLIR_DIR. It streamlines the process of integrating MLIR into CI workflows or local environments, eliminating the need for manual installation and configuration. This action is ideal for developers utilizing MLIR who need a quick and reliable setup.
Release notes
👀 What Changed
Please refer to the changelog for a structured overview of the changes.
🚀 Features and Enhancements
- Remove jq dependency from Unix installer script and improve error handling (#47) ([@copilot-swe-agent[bot]](https://github.com/[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)))
- Use tar native zstd support when available (#49) ([@copilot-swe-agent[bot]](https://github.com/[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)))
- 🎨 Create installation directory if it does not exist (#46) (@denialhaag)
📄 Documentation
- 🔖 Prepare 1.0.1 release (#52) (@burgholzer)
🤖 CI
- Add comprehensive test suite for installer scripts and action (#51) ([@copilot-swe-agent[bot]](https://github.com/[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)))
Full Changelog: https://github.com/munich-quantum-software/setup-mlir/compare/v1.0.0...v1.0.1