inducer / inducer/loopy

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

Open
#661 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.