File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,21 @@ deps = [
58
58
" executorch_core" ,
59
59
]
60
60
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
+
61
76
[targets .optimized_kernels ]
62
77
buck_targets = [
63
78
" //kernels/optimized:generated_lib" ,
@@ -414,6 +429,7 @@ deps = [
414
429
" optimized_kernels" ,
415
430
" extension_parallel" ,
416
431
" extension_threadpool" ,
432
+ " reduce_util" ,
417
433
" xnnpack_backend" ,
418
434
]
419
435
@@ -449,6 +465,7 @@ deps = [
449
465
" executorch_core" ,
450
466
" extension_data_loader" ,
451
467
" extension_module" ,
468
+ " extension_parallel" ,
452
469
" portable_kernels" ,
453
470
" quantized_kernels" ,
454
471
" xnnpack_backend" ,
You can’t perform that action at this time.
0 commit comments