Skip to content

Commit cf6853d

Browse files
digantdesaimeta-codesync[bot]
authored andcommitted
Add arm-vgf-library v0.9.0 and update vgf_backend dep
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
1 parent ec8d70b commit cf6853d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/runtime/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def define_common_targets():
5959
deps = [
6060
"//executorch/runtime/backend:interface",
6161
"//executorch/runtime/core:core",
62-
"fbsource//third-party/arm-vgf-library/v0.8.0/src:vgf",
62+
"fbsource//third-party/arm-vgf-library/v0.9.0/src:vgf",
6363
"fbsource//third-party/vulkan-headers-1.4.343/v1.4.343/src:volk_arm",
6464
"fbsource//third-party/vulkan-headers-1.4.343/v1.4.343/src:vulkan-headers",
6565
],

0 commit comments

Comments
 (0)