Skip to content

Conversation

@yuanyao-nv
Copy link
Contributor

Fixes #2687

@github-project-automation github-project-automation bot moved this from Todo to Done in ONNX Script Review Board Nov 8, 2025
@justinchuby justinchuby enabled auto-merge (squash) November 8, 2025 04:47
@justinchuby justinchuby added the module: torchlib Related to the torch/aten function lib in development label Nov 8, 2025
@codecov
Copy link

codecov bot commented Nov 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.06%. Comparing base (a1be5c8) to head (c5dcce4).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2691      +/-   ##
==========================================
- Coverage   70.11%   70.06%   -0.06%     
==========================================
  Files         225      225              
  Lines       27083    27162      +79     
  Branches     2721     2732      +11     
==========================================
+ Hits        18990    19031      +41     
- Misses       7153     7187      +34     
- Partials      940      944       +4     

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

@justinchuby
Copy link
Collaborator

Could you fix lint?

@titaiwangms
Copy link
Contributor

Does it affect the implementation?

Signed-off-by: Yuan Yao <[email protected]>
auto-merge was automatically disabled November 10, 2025 18:32

Head branch was pushed to by a user without write access

@yuanyao-nv
Copy link
Contributor Author

Does it affect the implementation?

It should not. It's only for possible optimizations, see https://docs.pytorch.org/docs/stable/generated/torch.repeat_interleave.html

@titaiwangms titaiwangms merged commit 4042df3 into microsoft:main Nov 10, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: torchlib Related to the torch/aten function lib in development

Projects

Development

Successfully merging this pull request may close these issues.

repeat_interleave is missing support for output_size kwarg

3 participants