Data-dependent array sizes
Open
design
discussion
enhancement
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
Supporting this type of kernel properly would require memory allocation:
```
k = lp.make_kernel([
"{ [i] : 0 <= i < m }",
"{ [j] : 0 <= j < length }"],
"""
<> length = sum(i, i*i)
for j
b[j] = j**2
end
""")
```
Is that something we want?
cc @mattwala @jdsteve2 @xywei @kaushikcfd
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.