Skip to content

[Test] Hack to enable optimizer/rewriter integration into dynamo_export #1334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from

Conversation

BowenBao
Copy link
Contributor

@BowenBao BowenBao commented Apr 2, 2024

Stack from ghstack (oldest at bottom):

  • To test in torchbench.
  • Somehow lintrunner changed unrelated files in this commit.

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.85%. Comparing base (1a7320b) to head (3288e59).

Additional details and impacted files
@@                   Coverage Diff                   @@
##           gh/BowenBao/26/base    #1334      +/-   ##
=======================================================
+ Coverage                64.81%   64.85%   +0.03%     
=======================================================
  Files                      140      140              
  Lines                    19974    19978       +4     
  Branches                  3349     3349              
=======================================================
+ Hits                     12947    12957      +10     
  Misses                    6483     6483              
+ Partials                   544      538       -6     

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

Copy link

github-actions bot commented Apr 2, 2024

Test Results

    17 files   -     7      17 suites   - 7   50m 20s ⏱️ + 30m 40s
 5 665 tests  - 2 479   4 413 ✅  - 1 902  1 248 💤  - 581   4 ❌ + 4 
26 552 runs  +3 707  21 495 ✅ +3 093  5 020 💤 +577  37 ❌ +37 

For more details on these failures, see this check.

Results for commit 3288e59. ± Comparison against base commit 1a7320b.

♻️ This comment has been updated with latest results.

@@ -17,11 +17,15 @@
from typing_extensions import TypeAlias

import onnxscript

# Q: Don't know why vscode only recognizes this import style instead of `from onnxscript import optimizer`.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Prob because optimizer was not imported by __init__.py?

…gration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 2, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 2f6b038
Pull Request resolved: #1334
…er/rewriter integration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 2, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 0180251
Pull Request resolved: #1334
…dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 2, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: b772a15
Pull Request resolved: #1334
…dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 3, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: bb25cfc
Pull Request resolved: #1334
…er integration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 3, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 660b694
Pull Request resolved: #1334
…writer integration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 3, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 0f06049
Pull Request resolved: #1334
… optimizer/rewriter integration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 4, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 6f1664a
Pull Request resolved: #1334
…dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
@BowenBao BowenBao mentioned this pull request Apr 4, 2024
BowenBao added a commit that referenced this pull request Apr 4, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: b3885b6
Pull Request resolved: #1334
…tegration into dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 5, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 90b03da
Pull Request resolved: #1334
…dynamo_export"

- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Apr 5, 2024
- To test in torchbench.
- Somehow lintrunner changed unrelated files in this commit.

ghstack-source-id: 706de5c
Pull Request resolved: #1334
BowenBao added a commit that referenced this pull request Apr 5, 2024
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #1334
* #1340
* __->__ #1346

Squashed of the following steps:
- #1328
- #1329
- #1330
- #1331
- #1332
- #1333
- #1343
- #1345

Co-authored-by: Shubham Bhokare
<[email protected]>
Co-authored-by: Justin Chu <[email protected]>
Co-authored-by: Xavier Dupré <[email protected]>
Co-authored-by: "G. Ramalingam" <[email protected]>
Co-authored-by: kunal-vaishnavi
<[email protected]>
Co-authored-by: Ti-Tai Wang <[email protected]>
BowenBao added a commit that referenced this pull request Apr 5, 2024
@BowenBao
Copy link
Contributor Author

BowenBao commented Apr 5, 2024

Closing as not needed. Test benchmark has completed.

@BowenBao BowenBao closed this Apr 5, 2024
@justinchuby justinchuby deleted the gh/BowenBao/26/head branch January 27, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants