Hoist computations that can be precomputed out of a function
Open
- Dominant language
- MLIR
- Stars
- 906
- Forks
- 171
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 32
Description
For example, weights that are encoded into plaintexts can be hoisted into a function that can be called as a one time setup.
This can be done at the IR level and then modify the function with the extra precomputed args.
Thinking especially of large ML models and #1232
Contributor guide
Assessment
This issue has not been assessed yet.