PennyLaneAI / PennyLaneAI/catalyst
Save IR between each pass applied through the transform dialect.
Open
Nobody has claimed this yet.
compiler
enhancement
- Dominant language
- Python
- Stars
- 234
- Forks
- 84
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 66
Description
When saving the IR that each pass generates, the apply-transform-sequence pass is counted as a single pass instead of potentially many passes. Small improvement.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points; begin by locating the apply-transform-sequence pass and the existing IR-saving path. Confirm how passes inside the transform dialect are counted, then verify that IR is saved after each generated pass rather than only after the outer pass.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100