8000 [draft export] count how many times a data-dep error shows up by pianpwk · Pull Request #145030 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[draft export] count how many times a data-dep error shows up #145030

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 2 commits into from

Conversation

pianpwk
Copy link
Contributor
@pianpwk pianpwk commented Jan 17, 2025

Summary: maybe this is helpful?

Test Plan: draft_export

Differential Revision: D68303934

Summary: maybe this is helpful?

Test Plan: draft_export

Differential Revision: D68303934
Copy link
pytorch-bot bot commented Jan 17, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Unrelated Failure

As of commit 646bddd with merge base dddf52b (image):

NEW FAILURE - The following job has failed:

BROKEN TRUNK - The following job 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
Copy link
Contributor

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

@@ -252,10 +253,11 @@ def draft_export(
log_contents["stack"] = filter_stack(
log_contents["stack"], str_to_filename
)
if hash_stack(log_contents["stack"]) in data_dependent_logs:
data_dependent_logs[hash_stack(log_contents["stack"])] += 1
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if this is an accurate way to count right now 😅 but also maybe I should fix how I dedup things.
The hash is based on just the stacktrace, so if theres multiple data dependent errors that occur on that one line, I only log the first one... we can discuss better ways to dedup.

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Jan 17, 2025
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 17, 2025 17:18 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 17, 2025 17:18 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 17, 2025 17:18 Inactive
@facebook-github-bot
Copy link
Contributor

@pianpwk has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 22, 2025 23:38 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 22, 2025 23:38 Inactive
@pytorch-bot pytorch-bot bot temporarily deployed to upload-benchmark-results January 22, 2025 23:38 Inactive
@facebook-github-bot
Copy link
Contributor

@pytorchbot merge -i

(Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally)

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged while ignoring the following 2 checks: Lint / lintrunner-noclang / linux-job, pull / linux-focal-py3_9-clang9-xla / test (xla, 1, 1, lf.linux.12xlarge)

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@github-actions github-actions bot deleted the export-D68303934 branch February 23, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0