From c6347f33001f93e02bd059eb4fbad05a69d5d10a Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 19 Aug 2024 14:13:26 -0700 Subject: [PATCH] Fix MPS test internal build. Differential Revision: D61491499 Pull Request resolved: https://github.com/pytorch/executorch/pull/4778 --- backends/apple/mps/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/apple/mps/TARGETS b/backends/apple/mps/TARGETS index 9961ddd3c7..b8ab3427a9 100644 --- a/backends/apple/mps/TARGETS +++ b/backends/apple/mps/TARGETS @@ -94,6 +94,7 @@ runtime.python_test( "//caffe2:torch", "//executorch/examples/models:models", "//executorch/exir/tests:models", + "//executorch/extension/export_util:export_util", "//executorch/sdk:lib", "//executorch/sdk/bundled_program/serialize:lib", "fbsource//third-party/pypi/pytest:pytest",