Skip to content

Commit b321616

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
xnnpack aot_compiler minor fix (#2015)
Summary: Pull Request resolved: #2015 Reviewed By: mcr229 Differential Revision: D53962656 fbshipit-source-id: 35d3fef1ea0f74d5faee9c58be875ee2a9c802b6
1 parent bb85892 commit b321616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/xnnpack/targets.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def define_common_targets():
3232
"//executorch/examples/xnnpack/quantization:quant_utils",
3333
"//executorch/exir:lib",
3434
"//executorch/exir/backend:backend_api",
35+
"//executorch/sdk:lib",
3536
],
3637
)
3738

@@ -44,6 +45,9 @@ def define_common_targets():
4445
deps = [
4546
":xnnpack_aot_lib",
4647
],
48+
visibility = [
49+
"@EXECUTORCH_CLIENTS",
50+
],
4751
)
4852

4953
# executor_runner for XNNPACK Backend and portable kernels.

0 commit comments

Comments
 (0)