We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb85892 commit b321616Copy full SHA for b321616
examples/xnnpack/targets.bzl
@@ -32,6 +32,7 @@ def define_common_targets():
32
"//executorch/examples/xnnpack/quantization:quant_utils",
33
"//executorch/exir:lib",
34
"//executorch/exir/backend:backend_api",
35
+ "//executorch/sdk:lib",
36
],
37
)
38
@@ -44,6 +45,9 @@ def define_common_targets():
44
45
deps = [
46
":xnnpack_aot_lib",
47
48
+ visibility = [
49
+ "@EXECUTORCH_CLIENTS",
50
+ ],
51
52
53
# executor_runner for XNNPACK Backend and portable kernels.
0 commit comments