Skip to content

Commit b4e7f7a

Browse files
committed
Add broadcast_util dep for copy_ops_util.h
1 parent 62bced0 commit b4e7f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/portable/cpu/util/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def define_common_targets():
149149
compiler_flags = ["-Wno-missing-prototypes"],
150150
deps = [
151151
"//executorch/runtime/kernel:kernel_includes",
152+
"//executorch/kernels/portable/cpu/util:broadcast_util",
152153
],
153154
visibility = ["//executorch/kernels/portable/cpu/...", "//executorch/kernels/optimized/cpu/..."],
154155
)
@@ -348,7 +349,6 @@ def define_common_targets():
348349
],
349350
)
350351

351-
352352
runtime.cxx_library(
353353
name = "arange_util{}".format(suffix),
354354
srcs = ["arange_util.cpp"],

0 commit comments

Comments
 (0)