Skip to content

Commit b6f1b3d

Browse files
Di Xu (SWE)facebook-github-bot
Di Xu (SWE)
authored andcommitted
Expose L4 ops to ExecuTorch Client and add MWA to ExecuTorch Client
Summary: Expose L4 ops to ExecuTorch Client and add MWA to ExecuTorch Client - This is needed to add Llama4 Runners to MWA Reviewed By: larryliu0820 Differential Revision: D72598211
1 parent 52b4483 commit b6f1b3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernels/quantized/targets.bzl

+4
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)