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 556a1a2 commit 74d645dCopy full SHA for 74d645d
kernels/quantized/targets.bzl
@@ -47,7 +47,7 @@ def define_common_targets():
47
exir_custom_ops_aot_lib(
48
name = "aot_lib",
49
yaml_target = ":quantized.yaml",
50
- visibility = ["//executorch/..."],
+ visibility = ["//executorch/...","@EXECUTORCH_CLIENTS"],
51
kernels = [":quantized_operators_aten"],
52
deps = [
53
":quantized_ops_need_aot_registration",
0 commit comments