Execution targets don't support negative strides
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
https://github.com/inducer/loopy/blob/3e687c78fb8f4701b2c117a17ec75be768eef2d1/loopy/target/c/c_execution.py#L85-L87
Negative strides are totally fine: `np.arange(10)[::-1].strides` -> `(-8,)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.