[Bug] Loopy's parsing of domains with 0-dims incompatible with ISL
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
MWE
```python
import loopy as lp
import islpy as isl
lp.make_kernel([isl.BasicSet("{[]:}")], []) # Works
lp.make_kernel("{ []: }", []) # Fails?!
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.