Skip to content

Commit d77f9f3

Browse files
pytorchbotswolchok
authored andcommitted
Make scalar_utils more visible (pytorch#11945)
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#11862 by @swolchok ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/swolchok/466/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/swolchok/466/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/swolchok/466/orig @diff-train-skip-merge Co-authored-by: Scott Wolchok <[email protected]>
1 parent 167a3bc commit d77f9f3

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)