-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix for LLVM 18 compatibility and CI #44
Conversation
ggeorgakoudis
commented
Dec 3, 2024
- Changes for compatibility with LLVM 18 and LLVM 17
- Cleanup cmake files
- CI for LLVM 18 through rocm 6.2.1
- Changes for compatibility with LLVM 18 and LLVM 17 - Cleanup cmake files - CI for LLVM 18 through rocm 6.2.1 --------- Co-authored-by: Tal Ben-Nun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some are minor. Overall I think the pass would benefit by heaving some clear methods in ProteusJitPassImpl
that show the interface to the runtime system. It will make it easier to read.
Note: The CI tests on tioga will be failing for 6.2.1 and this is expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM