Skip to content

Commit 593481d

Browse files
committed
Make scalar_utils more visible
Internal: follow-up diff adds a custom op. Differential Revision: [D77189188](https://our.internmc.facebook.com/intern/diff/D77189188/) ghstack-source-id: 292207116 Pull Request resolved: #11862
1 parent 608a745 commit 593481d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernels/portable/cpu/targets.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ def define_common_targets():
7272
srcs = [],
7373
exported_headers = ["scalar_utils.h", "selective_build.h"],
7474
visibility = [
75-
"//executorch/kernels/portable/cpu/...",
75+
"//executorch/kernels/fb/...",
7676
"//executorch/kernels/optimized/cpu/...",
77+
"//executorch/kernels/portable/cpu/...",
7778
"//executorch/kernels/portable/test/...",
7879
"@EXECUTORCH_CLIENTS",
7980
],

0 commit comments

Comments
 (0)