Skip to content

Commit 70cc8b3

Browse files
lucylqfacebook-github-bot
authored andcommitted
Fix-up
Summary: Seeing verify-cria-jobs failing on fixup: D76002882 ``` In file included from fbcode/executorch/kernels/optimized/cpu/binary_ops.cpp:9: In file included from buck-out/v2/gen/fbcode/b140376391d042af/executorch/kernels/optimized/cpu/__binary_ops__/buck-headers/executorch/kernels/optimized/cpu/binary_ops.h:12: In file included from buck-out/v2/gen/fbcode/b140376391d042af/executorch/kernels/portable/cpu/__scalar_utils__/buck-headers/executorch/kernels/portable/cpu/scalar_utils.h:15: buck-out/v2/gen/fbcode/b140376391d042af/executorch/kernels/portable/cpu/__scalar_utils__/buck-headers/executorch/kernels/portable/cpu/selective_build.h:11:10: fatal error: 'executorch/runtime/core/exec_aten/exec_aten.h' file not found ``` Differential Revision: D76140319
1 parent e163575 commit 70cc8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/optimized/cpu/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def define_common_targets():
4747
visibility = ["//executorch/kernels/optimized/cpu/...", "@EXECUTORCH_CLIENTS",],
4848
exported_deps = [
4949
"//executorch/runtime/core:core",
50+
"//executorch/runtime/core/exec_aten:lib",
5051
"//executorch/kernels/optimized:libvec",
5152
"//executorch/kernels/portable/cpu:scalar_utils",
5253
"//executorch/kernels/portable/cpu/util:broadcast_util",

0 commit comments

Comments
 (0)