@@ -56,6 +56,20 @@ excludes = [
56
56
deps = [
57
57
" executorch" ,
58
58
" executorch_core" ,
59
+ " extension_threadpool" ,
60
+ " kernels_util_all_deps" ,
61
+ ]
62
+
63
+ [targets .kernels_util_all_deps ]
64
+ buck_targets = [
65
+ " //kernels/portable/cpu/util:all_deps" ,
66
+ ]
67
+ filters = [
68
+ " .cpp$" ,
69
+ ]
70
+ deps = [
71
+ " executorch_core" ,
72
+ " extension_threadpool" ,
59
73
]
60
74
61
75
# HACK: prevent reduce_util from also showing up in custom_ops. The
@@ -89,6 +103,7 @@ deps = [
89
103
" executorch" ,
90
104
" executorch_core" ,
91
105
" extension_threadpool" ,
106
+ " kernels_util_all_deps" ,
92
107
" optimized_cpublas" ,
93
108
" portable_kernels" ,
94
109
]
@@ -108,6 +123,8 @@ excludes = [
108
123
deps = [
109
124
" executorch" ,
110
125
" executorch_core" ,
126
+ " extension_threadpool" ,
127
+ " kernels_util_all_deps" ,
111
128
" portable_kernels" ,
112
129
]
113
130
@@ -147,6 +164,7 @@ deps = [
147
164
" executorch_core" ,
148
165
" executorch" ,
149
166
" extension_threadpool" ,
167
+ " kernels_util_all_deps" ,
150
168
" optimized_cpublas" ,
151
169
" portable_kernels" ,
152
170
]
@@ -288,6 +306,8 @@ excludes = [
288
306
deps = [
289
307
" executorch" ,
290
308
" executorch_core" ,
309
+ " extension_threadpool" ,
310
+ " kernels_util_all_deps" ,
291
311
" portable_kernels" ,
292
312
]
293
313
# ---------------------------------- extension end ----------------------------------
@@ -306,6 +326,8 @@ excludes = [
306
326
deps = [
307
327
" executorch" ,
308
328
" executorch_core" ,
329
+ " extension_threadpool" ,
330
+ " kernels_util_all_deps" ,
309
331
" portable_kernels" ,
310
332
" quantized_kernels" ,
311
333
" etdump_flatcc" ,
@@ -340,6 +362,8 @@ excludes = [
340
362
deps = [
341
363
" executorch" ,
342
364
" executorch_core" ,
365
+ " extension_threadpool" ,
366
+ " kernels_util_all_deps" ,
343
367
" portable_kernels" ,
344
368
]
345
369
@@ -380,6 +404,7 @@ deps = [
380
404
" executorch" ,
381
405
" executorch_core" ,
382
406
" extension_threadpool" ,
407
+ " kernels_util_all_deps" ,
383
408
" xnnpack_backend" ,
384
409
" portable_kernels" ,
385
410
" etdump_flatcc" ,
@@ -455,6 +480,7 @@ deps = [
455
480
" extension_module" ,
456
481
" extension_tensor" ,
457
482
" extension_threadpool" ,
483
+ " kernels_util_all_deps" ,
458
484
" optimized_cpublas" ,
459
485
" portable_kernels" ,
460
486
" quantized_kernels" ,
0 commit comments