Skip to content

Commit 70a7096

Browse files
committed
Update
[ghstack-poisoned]
2 parents 675f01b + 9fdebee commit 70a7096

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

build/cmake_deps.toml

+17
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@ deps = [
5858
"executorch_core",
5959
]
6060

61+
# HACK: prevent reduce_util from also showing up in custom_ops. The
62+
# actual medium-term fix is to stop using Buck to drive our CMake
63+
# builds.
64+
[targets.reduce_util]
65+
buck_targets = [
66+
"//kernels/portable/cpu/util:reduce_util",
67+
]
68+
filters = [
69+
".cpp$",
70+
]
71+
deps = [
72+
"executorch",
73+
"executorch_core",
74+
]
75+
6176
[targets.optimized_kernels]
6277
buck_targets = [
6378
"//kernels/optimized:generated_lib",
@@ -414,6 +429,7 @@ deps = [
414429
"optimized_kernels",
415430
"extension_parallel",
416431
"extension_threadpool",
432+
"reduce_util",
417433
"xnnpack_backend",
418434
]
419435

@@ -449,6 +465,7 @@ deps = [
449465
"executorch_core",
450466
"extension_data_loader",
451467
"extension_module",
468+
"extension_parallel",
452469
"portable_kernels",
453470
"quantized_kernels",
454471
"xnnpack_backend",

0 commit comments

Comments
 (0)