Skip to content

Commit aefffda

Browse files
authored
Expose L4 ops to ExecuTorch Client and add MWA to ExecuTorch Client
Differential Revision: D72598211 Pull Request resolved: #9946
1 parent 2cce2db commit aefffda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernels/quantized/targets.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def define_common_targets():
6161
name = "all_quantized_ops",
6262
ops_schema_yaml_target = ":quantized.yaml",
6363
define_static_targets = True,
64+
visibility = [
65+
"//executorch/...",
66+
"@EXECUTORCH_CLIENTS",
67+
],
6468
)
6569

6670
# On Windows we can only compile these two ops currently, so adding a

0 commit comments

Comments
 (0)