Add arm-vgf-library v0.9.0 and update vgf_backend dep#18932
Add arm-vgf-library v0.9.0 and update vgf_backend dep#18932meta-codesync[bot] merged 1 commit intopytorch:mainfrom
Conversation
Summary: Import v0.9.0 headers and pre-built libvgf.a from the pip wheel ai_ml_sdk_vgf_library==0.9.0 to support the updated decoder API (size parameters added to all Create*Decoder functions). Update the vgf_backend Buck target to reference v0.9.0. Reviewed By: kirklandsign Differential Revision: D101069501
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18932
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 4 PendingAs of commit cf6853d with merge base ec8d70b ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@digantdesai has exported this pull request. If you are a Meta employee, you can view the originating Diff in D101069501. |
There was a problem hiding this comment.
Pull request overview
Updates the ARM VGF backend build target to depend on arm-vgf-library v0.9.0, aligning the runtime with the updated decoder API shipped in that version.
Changes:
- Bump
vgf_backenddependency fromarm-vgf-library/v0.8.0tov0.9.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR needs a
|
Summary:
Import v0.9.0 headers and pre-built libvgf.a from the pip wheel
ai_ml_sdk_vgf_library==0.9.0 to support the updated decoder API
(size parameters added to all Create*Decoder functions).
Update the vgf_backend Buck target to reference v0.9.0.
Reviewed By: kirklandsign
Differential Revision: D101069501