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 d695f15 commit 395b4d6Copy full SHA for 395b4d6
backends/cadence/hifi/operators/targets.bzl
@@ -17,7 +17,8 @@ def define_common_targets():
17
]),
18
platforms = CXX,
19
deps = [
20
- "//executorch/kernels/portable/cpu/util:broadcast_util",
+ "//executorch/kernels/portable/cpu/util:all_deps",
21
+ "//executorch/kernels/portable/cpu/pattern:all_deps",
22
"//executorch/runtime/kernel:kernel_includes",
23
"//executorch/kernels/portable/cpu:scalar_utils",
24
"fbsource//third-party/nnlib-hifi4/xa_nnlib:libxa_nnlib",
0 commit comments