Add a flag to disallow floating point reordering
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
Context: https://github.com/inducer/loopy/pull/698#issuecomment-1306451565
IMO, this should only apply to code generation, not transforms. Transforms can receive permission to ignore FP reordering individually.
Another aspect is that reductions do not even *have* a defined FP evaluation order (but we could conceivably force one).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.