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 72fcff3 commit 19d14e1Copy full SHA for 19d14e1
kernels/portable/cpu/util/targets.bzl
@@ -147,9 +147,11 @@ def define_common_targets():
147
"copy_ops_util.h",
148
],
149
compiler_flags = ["-Wno-missing-prototypes"],
150
+ exported_deps = [
151
+ ":broadcast_util",
152
+ ],
153
deps = [
154
"//executorch/runtime/kernel:kernel_includes",
- "//executorch/kernels/portable/cpu/util:broadcast_util",
155
156
visibility = ["//executorch/kernels/portable/cpu/...", "//executorch/kernels/optimized/cpu/..."],
157
)
0 commit comments