-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Reapply "Fix memory leak in decode_webp (#8712)" (#8723) #8724
Conversation
This reverts commit 7d077f1.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8724
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 9 Unrelated FailuresAs of commit 1e3822c with merge base cd839f1 (): NEW FAILURES - The following jobs have failed:
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. |
EDIT: Below is outdated. ROCm now works. No idea why it decided not to before. UGH. Status as of 21ce0e7
Looking at the changelog of libwebp, So, for whatever reason, the libwebp that gets installed on rocm isn't recent enough, or just wrong. Either way, we can't block landing this because of a single platform, so we'll just not build with webp support on rocm. 🤷♂️ |
Wheel jobs are green. Relevant unit-tests are passing. Existing failures are already visible on |
Hey @NicolasHug! You merged this PR, but no labels were added. |
This reverts commit 7d077f1. which itself reverted #8710. So we're putting #8710 back