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 1a918c7 commit 54c3f78Copy full SHA for 54c3f78
kernels/portable/cpu/util/targets.bzl
@@ -32,6 +32,7 @@ def define_common_targets():
32
"//executorch/kernels/portable/cpu/util:slice_util",
33
"//executorch/kernels/portable/cpu/util:elementwise_util",
34
"//executorch/kernels/portable/cpu/util:upsample_util",
35
+ "//executorch/runtime/kernel:thread_parallel_interface",
36
],
37
visibility = ["//executorch/...", "@EXECUTORCH_CLIENTS"],
38
)
0 commit comments