Skip to content

Commit 184dd40

Browse files
authored
Update quantized aot_lib's visibility targets to include ExecuTorch clients
Differential Revision: D69572954 Pull Request resolved: pytorch/executorch#8453
1 parent cc6d9a5 commit 184dd40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kernels/quantized/targets.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ def define_common_targets():
4747
exir_custom_ops_aot_lib(
4848
name = "aot_lib",
4949
yaml_target = ":quantized.yaml",
50-
visibility = ["//executorch/..."],
50+
visibility = [
51+
"//executorch/...",
52+
"@EXECUTORCH_CLIENTS",
53+
],
5154
kernels = [":quantized_operators_aten"],
5255
deps = [
5356
":quantized_ops_need_aot_registration",

0 commit comments

Comments
 (0)