From b6f1b3d428c5bd27ee85b45119c8db37f507ac40 Mon Sep 17 00:00:00 2001 From: "Di Xu (SWE)" Date: Mon, 7 Apr 2025 15:03:58 -0700 Subject: [PATCH] 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 --- kernels/quantized/targets.bzl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernels/quantized/targets.bzl b/kernels/quantized/targets.bzl index a2533cb003a..7bd8f6852a7 100644 --- a/kernels/quantized/targets.bzl +++ b/kernels/quantized/targets.bzl @@ -61,6 +61,10 @@ def define_common_targets(): name = "all_quantized_ops", ops_schema_yaml_target = ":quantized.yaml", define_static_targets = True, + visibility = [ + "//executorch/...", + "@EXECUTORCH_CLIENTS", + ], ) # On Windows we can only compile these two ops currently, so adding a