@@ -158,10 +158,7 @@ def define_common_targets(is_fbcode = False):
158158 runtime .python_binary (
159159 name = "gen_vulkan_spv_bin" ,
160160 main_module = "runtime.gen_vulkan_spv" ,
161- visibility = [
162- "//executorch/backends/vulkan/..." ,
163- "@EXECUTORCH_CLIENTS" ,
164- ],
161+ visibility = ["PUBLIC" ],
165162 deps = [
166163 ":gen_vulkan_spv_lib" ,
167164 ],
@@ -241,10 +238,7 @@ def define_common_targets(is_fbcode = False):
241238 ]),
242239 labels = get_labels (no_volk ),
243240 platforms = get_platforms (),
244- visibility = [
245- "//executorch/backends/vulkan/..." ,
246- "@EXECUTORCH_CLIENTS" ,
247- ],
241+ visibility = ["PUBLIC" ],
248242 fbobjc_frameworks = select ({
249243 "DEFAULT" : [],
250244 "ovr_config//os:macos" : [
@@ -270,12 +264,7 @@ def define_common_targets(is_fbcode = False):
270264 ]),
271265 labels = get_labels (no_volk ),
272266 platforms = get_platforms (),
273- visibility = [
274- "//executorch/backends/..." ,
275- "//executorch/extension/pybindings/..." ,
276- "//executorch/test/..." ,
277- "@EXECUTORCH_CLIENTS" ,
278- ],
267+ visibility = ["PUBLIC" ],
279268 exported_deps = [
280269 ":vulkan_graph_runtime_shaderlib{}" .format (suffix ),
281270 "//executorch/runtime/backend:interface" ,
@@ -309,12 +298,7 @@ def define_common_targets(is_fbcode = False):
309298 ]),
310299 labels = get_labels (no_volk ),
311300 platforms = get_platforms (),
312- visibility = [
313- "//executorch/backends/..." ,
314- "//executorch/extension/pybindings/..." ,
315- "//executorch/test/..." ,
316- "@EXECUTORCH_CLIENTS" ,
317- ],
301+ visibility = ["PUBLIC" ],
318302 deps = [
319303 ":vulkan_graph_runtime{}" .format (suffix ),
320304 "//executorch/backends/vulkan/serialization:vk_delegate_schema" ,
@@ -353,11 +337,7 @@ def define_common_targets(is_fbcode = False):
353337 srcs = [
354338 "custom_ops_lib.py"
355339 ],
356- visibility = [
357- "//executorch/..." ,
358- "//executorch/vulkan/..." ,
359- "@EXECUTORCH_CLIENTS" ,
360- ],
340+ visibility = ["PUBLIC" ],
361341 deps = [
362342 "//caffe2:torch" ,
363343 "//executorch/backends/vulkan/patterns:vulkan_patterns" ,
@@ -369,11 +349,7 @@ def define_common_targets(is_fbcode = False):
369349 srcs = [
370350 "op_registry.py" ,
371351 ],
372- visibility = [
373- "//executorch/..." ,
374- "//executorch/vulkan/..." ,
375- "@EXECUTORCH_CLIENTS" ,
376- ],
352+ visibility = ["PUBLIC" ],
377353 deps = [
378354 ":custom_ops_lib" ,
379355 ":utils_lib" ,
@@ -388,11 +364,7 @@ def define_common_targets(is_fbcode = False):
388364 srcs = [
389365 "vulkan_preprocess.py" ,
390366 ],
391- visibility = [
392- "//executorch/..." ,
393- "//executorch/vulkan/..." ,
394- "@EXECUTORCH_CLIENTS" ,
395- ],
367+ visibility = ["PUBLIC" ],
396368 deps = [
397369 "//executorch/backends/transforms:addmm_mm_to_linear" ,
398370 "//executorch/backends/transforms:fuse_batch_norm_with_conv" ,
0 commit comments