Skip to content

Commit a033c63

Browse files
committed
Fix duplicate arange_util targets issue
1 parent 2785b75 commit a033c63

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

kernels/portable/cpu/util/targets.bzl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -302,19 +302,6 @@ def define_common_targets():
302302
visibility = ["//executorch/kernels/portable/cpu/..."],
303303
)
304304

305-
runtime.cxx_library(
306-
name = "arange_util",
307-
srcs = ["arange_util.cpp"],
308-
exported_headers = ["arange_util.h"],
309-
deps = [
310-
"//executorch/runtime/kernel:kernel_includes",
311-
],
312-
visibility = [
313-
"//executorch/kernels/portable/cpu/...",
314-
"//executorch/extension/llm/...",
315-
],
316-
)
317-
318305
runtime.cxx_library(
319306
name = "broadcast_indexes_range",
320307
exported_headers = ["broadcast_indexes_range.h"],

0 commit comments

Comments
 (0)