Skip to content

Commit 395b4d6

Browse files
authored
add new dependencies added by D64735807
Differential Revision: D64874857 Pull Request resolved: #6477
1 parent d695f15 commit 395b4d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/cadence/hifi/operators/targets.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def define_common_targets():
1717
]),
1818
platforms = CXX,
1919
deps = [
20-
"//executorch/kernels/portable/cpu/util:broadcast_util",
20+
"//executorch/kernels/portable/cpu/util:all_deps",
21+
"//executorch/kernels/portable/cpu/pattern:all_deps",
2122
"//executorch/runtime/kernel:kernel_includes",
2223
"//executorch/kernels/portable/cpu:scalar_utils",
2324
"fbsource//third-party/nnlib-hifi4/xa_nnlib:libxa_nnlib",

0 commit comments

Comments
 (0)