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 cc6d9a5 commit 184dd40Copy full SHA for 184dd40
kernels/quantized/targets.bzl
@@ -47,7 +47,10 @@ def define_common_targets():
47
exir_custom_ops_aot_lib(
48
name = "aot_lib",
49
yaml_target = ":quantized.yaml",
50
- visibility = ["//executorch/..."],
+ visibility = [
51
+ "//executorch/...",
52
+ "@EXECUTORCH_CLIENTS",
53
+ ],
54
kernels = [":quantized_operators_aten"],
55
deps = [
56
":quantized_ops_need_aot_registration",
0 commit comments