-
Notifications
You must be signed in to change notification settings - Fork 126
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
Conversation
This reverts commit fc544e8.
@@ -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"] |
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.
for ease can we just make a new variable isl, or is it not possible to build with both
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.
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
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.
(using polly's bundled ISL also allows us to get rid of the external deps for polymer)
@wsmoses I think things are in a pretty decent place now |
No description provided.