From c885642380fc81a3c4f61514eea5bd8ef56dfbb9 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Wed, 10 Sep 2025 09:00:52 -0700 Subject: [PATCH] Arm backend: Forward fix for VGF refactoring Summary: Forward fix to https://www.internalfb.com/diff/D82052739 https://github.com/pytorch/executorch/pull/13862/ bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: SS-JIA, digantdesai, kimishpatel Differential Revision: D82116025 --- backends/arm/test/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/arm/test/TARGETS b/backends/arm/test/TARGETS index c5fc7718984..76cfe07d911 100644 --- a/backends/arm/test/TARGETS +++ b/backends/arm/test/TARGETS @@ -44,6 +44,7 @@ python_library( "//executorch/backends/arm:ethosu_partitioner", "//executorch/backends/arm/quantizer:lib", "//executorch/backends/arm/tosa:mapping", + "//executorch/backends/arm:vgf_partitioner", "//executorch/devtools/backend_debug:delegation_info", "//executorch/exir/backend:operator_support", "fbsource//third-party/pypi/tabulate:tabulate",