diff --git a/backends/cuda/BUCK b/backends/cuda/BUCK index 5765adae3a5..1fbbf61be3c 100644 --- a/backends/cuda/BUCK +++ b/backends/cuda/BUCK @@ -94,9 +94,7 @@ fbcode_target( srcs = [ "cuda_backend.py", ], - visibility = [ - "//executorch/...", - ], + visibility = ["PUBLIC"], deps = [ ":cuda_passes", ":triton_replacement_pass", @@ -115,9 +113,7 @@ fbcode_target( srcs = [ "cuda_partitioner.py", ], - visibility = [ - "//executorch/...", - ], + visibility = ["PUBLIC"], deps = [ "//caffe2:torch", "//executorch/backends/aoti:aoti_partitioner",