10000 Script to generate NJT OpInfo testing report by jbschlosser · Pull Request #143311 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Script to generate NJT OpInfo testing report #143311

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

jbschlosser
Copy link
Contributor
@jbschlosser jbschlosser commented Dec 16, 2024

Stack from ghstack (oldest at bottom):

I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for (forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous), including the (color-coded) success rate / number of xfails / number of skips.

njt_op_report

TODO: It might be interesting to have a collapsible xfail / skip explorer? Added this

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

Copy link
pytorch-bot bot commented Dec 16, 2024

🔗 Helpful Links

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

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

❌ 2 New Failures

As of commit e19054b with merge base 46390e9 (image):

NEW FAILURES - The following jobs have failed:

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

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Dec 16, 2024
jbschlosser added a commit that referenced this pull request Dec 16, 2024
ghstack-source-id: 0030549
Pull Request resolved: #143311
@jbschlosser jbschlosser marked this pull request as draft December 16, 2024 19:19
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/bac4d110-0eb7-4d37-bc28-378ffd1b5d5b)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 17, 2024
ghstack-source-id: 9404346
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/bac4d110-0eb7-4d37-bc28-378ffd1b5d5b)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 17, 2024
ghstack-source-id: 3031bd5
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 19, 2024
ghstack-source-id: 4fba04c
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 19, 2024
ghstack-source-id: b6cdaaf
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 20, 2024
ghstack-source-id: 3a3b01d
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

TODO: It might be interesting to have a collapsible xfail / skip explorer?

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 20, 2024
ghstack-source-id: 0ada4c2
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

~~TODO: It might be interesting to have a collapsible xfail / skip explorer?~~ Added this

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Dec 23, 2024
ghstack-source-id: 14dd311
Pull Request resolved: #143311
< 8000 pre class="color-fg-muted ws-pre-wrap"> I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips. ![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524) ~~TODO: It might be interesting to have a collapsible xfail / skip explorer?~~ Added this Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice. TBD how to incorporate this into the NJT docs. [ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Feb 6, 2025
ghstack-source-id: 45f30cd
Pull Request resolved: #143311
I hacked together a script to parse skips / xfails for the OpInfo-based tests and visualize the status of passing tests in a table. Results are reported op-wise for `(forward, compile_forward, backward, compile_backward) x (contiguous, non-contiguous)`, including the (color-coded) success rate / number of xfails / number of skips.

![njt_op_report](https://github.com/user-attachments/assets/859463f7-2399-44cd-9144-cc28d39b0524)

~~TODO: It might be interesting to have a collapsible xfail / skip explorer?~~ Added this

Yes I know it looks terrible! I'm not a frontend dev and it's more important to visualize the data so I can prioritize fixes than spend time making it look nice.

TBD how to incorporate this into the NJT docs.

[ghstack-poisoned]
jbschlosser added a commit that referenced this pull request Feb 10, 2025
ghstack-source-id: ca22760
Pull Request resolved: #143311
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label Apr 11, 2025
@github-actions github-actions bot closed this May 11, 2025
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.

1 participant
0