Subarray ref with `sep` tags not supported.
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
For eg following code fails with `AttributeError: 'SeparateArrayArrayDimTag' object has no attribute 'stride'`
```python
import loopy as lp
import numpy as np
child_knl = lp.make_function(
[],
"""
g[0] = 2*e[0] + 3*f[0]
g[1] = 2*e[1] + 3*f[1]
""", name="linear_combo")
parent_knl = lp.make_kernel(
["{[j]:0<=j
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.