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 62bced0 commit b4e7f7aCopy full SHA for b4e7f7a
kernels/portable/cpu/util/targets.bzl
@@ -149,6 +149,7 @@ def define_common_targets():
149
compiler_flags = ["-Wno-missing-prototypes"],
150
deps = [
151
"//executorch/runtime/kernel:kernel_includes",
152
+ "//executorch/kernels/portable/cpu/util:broadcast_util",
153
],
154
visibility = ["//executorch/kernels/portable/cpu/...", "//executorch/kernels/optimized/cpu/..."],
155
)
@@ -348,7 +349,6 @@ def define_common_targets():
348
349
350
351
-
352
runtime.cxx_library(
353
name = "arange_util{}".format(suffix),
354
srcs = ["arange_util.cpp"],
0 commit comments