Skip to content

Commit 0b16d4d

Browse files
hsharma35facebook-github-bot
authored andcommitted
Cleanup executorch::aten::... for cadence operators. (#6481)
Summary: 1. Remove all using-declarations and `namespace at/c10 = ...` from headers. 2. Use `::executorch::aten::...` instead of `at::...` or `c10::...` in cpp files. Reviewed By: malfet, zonglinpeng Differential Revision: D64864409
1 parent d695f15 commit 0b16d4d

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)