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 2cce2db commit aefffdaCopy full SHA for aefffda
kernels/quantized/targets.bzl
@@ -61,6 +61,10 @@ def define_common_targets():
61
name = "all_quantized_ops",
62
ops_schema_yaml_target = ":quantized.yaml",
63
define_static_targets = True,
64
+ visibility = [
65
+ "//executorch/...",
66
+ "@EXECUTORCH_CLIENTS",
67
+ ],
68
)
69
70
# On Windows we can only compile these two ops currently, so adding a
0 commit comments