EnzymeAD / EnzymeAD/Enzyme-JAX
Issues under raising opaque SSA-defined bounds to ISL
Open
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
I have met the issues the raising pass produces MLIR loop bounds from opaque LLVM ssa values that isl cannot map to named symbolic parameters, leading to unexpected unnamed parametersand failure to infer kernel dimensions. And the raising pass segfaults on translation units containing loops whose bounds come from indirect memory accesses.
The output messages are:
Hundreds of `src/external/isl/isl_space.c:3351: unexpected unnamed parameters` or `found loop with positive increment and non-constant bounds`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.