Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Major] Update to LLVM 19.1 and merge MLIR dialect #203

Merged
merged 51 commits into from
Sep 27, 2024

Conversation

chhzh123
Copy link
Member

@chhzh123 chhzh123 commented Sep 27, 2024

Description

This PR is a significant change for Allo:

  1. Update the LLVM version from 18.1 to 19.1.
  2. Merge the hcl-dialect to this repo to reduce the maintenance burden.
  3. Update all HeteroCL-related naming to Allo.
  4. Integrate all the build processes in setup.py, so users can directly call pip install . to install Allo without setting up the MLIR dialect first.
  5. Create a new docker named chhzh123/allo:llvm-19.x-py3.12 and update CI.
  6. Update documents to depict the latest changes.

Checklist

  • PR's title starts with a category (e.g. [Bugfix], [IR], [Builder], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage (It would be better to provide ~2 different test cases to test the robustness of your code)
  • Code is well-documented

@chhzh123 chhzh123 merged commit cec3244 into cornell-zhang:main Sep 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant