PennyLaneAI / PennyLaneAI/catalyst

Save IR between each pass applied through the transform dialect.

Open
#1,909 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.