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

Add ISL support in polymer #414

Merged
merged 84 commits into from
Jul 20, 2024
Merged

Conversation

ivanradanov
Copy link
Collaborator

No description provided.

@@ -17,7 +17,8 @@ jobs:
pluto-build: ["Release"] # Only Release supported currently
mlir-build: ["Release"] #, "Debug"] # "RelWithDebInfo"
polygeist-build: ["Release", "Debug"] #, "Debug"] # "RelWithDebInfo"
polymer: ["0", "1"]
polymer: ["1"]
pluto: ["1", "0"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for ease can we just make a new variable isl, or is it not possible to build with both

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's either pluto or isl for now because we use some functions from polly, which bundles its own ISL which conflicts with Pluto's ISL which is a different version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(using polly's bundled ISL also allows us to get rid of the external deps for polymer)

@ivanradanov
Copy link
Collaborator Author

@wsmoses I think things are in a pretty decent place now

@ivanradanov ivanradanov merged commit ed451b3 into main Jul 20, 2024
10 checks passed
@ivanradanov ivanradanov deleted the 380-add-isl-support-for-polymer branch July 20, 2024 13:02
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.

Add ISL support for polymer
3 participants