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

[Bug] Loopy's parsing of domains with 0-dims incompatible with ISL #661

Open
mitkotak opened this issue Aug 7, 2022 · 0 comments
Open

Comments

@mitkotak
Copy link

mitkotak commented Aug 7, 2022

MWE

import loopy as lp
import islpy as isl

lp.make_kernel([isl.BasicSet("{[]:}")], [])  # Works
lp.make_kernel("{ []:  }", [])               # Fails?!
@kaushikcfd kaushikcfd changed the title Need support for empty domain [Bug] Domain parsing for domains with 0-dims incompatible with ISL Aug 7, 2022
@kaushikcfd kaushikcfd changed the title [Bug] Domain parsing for domains with 0-dims incompatible with ISL [Bug] Loopy's parsing of domains with 0-dims incompatible with ISL Aug 7, 2022
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

No branches or pull requests

1 participant