EnzymeAD / EnzymeAD/Reactant.jl
Warn the user when no MLIR code has been emitted
Open
good first issue
- Dominant language
- Julia
- Stars
- 370
- Forks
- 74
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 30
Description
It's quite common to not be focused when coding and mistakenly pass the original arrays to `compile` instead of the converted `ConcreteRArray`s, which leads to no MLIR code and the result being hardcoded in the `Thunk`.
I think it would be a good idea to at least warn the user that no `ConcreteRArray` was detected when linearizing or that no MLIR code has been emitted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.