We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167a3bc commit d77f9f3Copy full SHA for d77f9f3
kernels/portable/cpu/targets.bzl
@@ -72,8 +72,9 @@ def define_common_targets():
72
srcs = [],
73
exported_headers = ["scalar_utils.h", "selective_build.h"],
74
visibility = [
75
- "//executorch/kernels/portable/cpu/...",
+ "//executorch/kernels/fb/...",
76
"//executorch/kernels/optimized/cpu/...",
77
+ "//executorch/kernels/portable/cpu/...",
78
"//executorch/kernels/portable/test/...",
79
"@EXECUTORCH_CLIENTS",
80
],
0 commit comments