Skip to content

Commit eabf3ff

Browse files
committed
Update
[ghstack-poisoned]
2 parents 26a2025 + 484231c commit eabf3ff

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)