Skip to content

Commit 484231c

Browse files
authored
Unbreak buck exported_deps for elementwise_util (#9038)
buck2 build //kernels/optimized/cpu:op_where works now
1 parent e673f7c commit 484231c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kernels/portable/cpu/util/targets.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,13 @@ def define_common_targets():
101101
"elementwise_util.h",
102102
],
103103
compiler_flags = ["-Wno-missing-prototypes"],
104-
deps = [
104+
exported_deps = [
105+
":broadcast_indexes_range",
105106
":broadcast_util",
106107
":dtype_util",
108+
"//executorch/runtime/kernel:kernel_runtime_context",
109+
],
110+
deps = [
107111
"//executorch/kernels/portable/cpu:scalar_utils",
108112
"//executorch/runtime/kernel:kernel_includes",
109113
],

0 commit comments

Comments
 (0)