Skip to content

Conversation

@justinchuby
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.56%. Comparing base (28d3943) to head (76942f1).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #300      +/-   ##
==========================================
- Coverage   78.58%   78.56%   -0.02%     
==========================================
  Files          43       43              
  Lines        5365     5365              
  Branches     1089     1089              
==========================================
- Hits         4216     4215       -1     
  Misses        841      841              
- Partials      308      309       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds documentation examples demonstrating how to use IR passes in the onnx_ir library. The changes include adding a comprehensive example to the documentation file and an inline docstring example to the Sequential class.

Key Changes

  • Added example code in the API documentation showing how to use Sequential, individual passes, and PassManager
  • Added inline docstring example to the Sequential class demonstrating basic usage
  • Updated documentation to use proper Sphinx module reference for onnx_ir.passes.common

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
docs/api/ir_passes.md Added three code examples demonstrating basic pass usage, individual pass execution, and PassManager orchestration
src/onnx_ir/passes/_pass_infra.py Added inline docstring example to the Sequential class showing how to chain multiple passes

Signed-off-by: Justin Chu <[email protected]>
justinchuby and others added 2 commits January 5, 2026 17:58
Signed-off-by: Justin Chu <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

@justinchuby justinchuby enabled auto-merge (squash) January 6, 2026 18:03
Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
@justinchuby justinchuby added this to the 0.1.14 milestone Jan 6, 2026
@justinchuby justinchuby merged commit 4a773c8 into main Jan 6, 2026
22 checks passed
@justinchuby justinchuby deleted the justinchu/pass-docs branch January 6, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants