Skip to content

Commit 54c3f78

Browse files
authored
Add thread_parallel_interface to all_deps for portable util (#9242)
Unbreaks et_operator_library buck rule, which copies portable_lib source files into a new target that needs deps.
1 parent 1a918c7 commit 54c3f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/portable/cpu/util/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def define_common_targets():
3232
"//executorch/kernels/portable/cpu/util:slice_util",
3333
"//executorch/kernels/portable/cpu/util:elementwise_util",
3434
"//executorch/kernels/portable/cpu/util:upsample_util",
35+
"//executorch/runtime/kernel:thread_parallel_interface",
3536
],
3637
visibility = ["//executorch/...", "@EXECUTORCH_CLIENTS"],
3738
)

0 commit comments

Comments
 (0)