Skip to content

Conversation

dulinriley
Copy link
Contributor

Summary:
This one print was taking over 900 seconds (15 minutes) in to_backend.
This was in a resnet152 test we were trying.

Move this to logging.debug which won't materialize the string by default.
I can also consider just removing this print if nobody needs it, a debugger
might be a better way to access this info.

I can also consider just deleting this instead if people don't need it.

Differential Revision: D62155526

Copy link

pytorch-bot bot commented Sep 3, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5046

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (28 Unrelated Failures)

As of commit 953de11 with merge base e3cbeed (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 3, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62155526

dulinriley added a commit to dulinriley/executorch that referenced this pull request Sep 3, 2024
Summary:
Pull Request resolved: pytorch#5046

This one print was taking over 900 seconds (15 minutes) in `to_backend`.
This was in a resnet152 test we were trying.

This print is not important to keep around and not worth the extra compile
time, remove it.

Reviewed By: tarun292

Differential Revision: D62155526
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62155526

Summary:
Pull Request resolved: pytorch#5046

This one print was taking over 900 seconds (15 minutes) in `to_backend`.
This was in a resnet152 test we were trying.

This print is not important to keep around and not worth the extra compile
time, remove it.

Reviewed By: tarun292

Differential Revision: D62155526
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62155526

@facebook-github-bot facebook-github-bot merged commit 0c78a9d into pytorch:main Sep 4, 2024
9 of 38 checks passed
@dbort
Copy link
Contributor

dbort commented Sep 4, 2024

Wow, great catch!

@dulinriley dulinriley deleted the export-D62155526 branch September 4, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants