inducer / inducer/loopy

Data-dependent array sizes

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.