@@ -61,6 +61,12 @@ EXECUTORCH_CORE_SRCS = sorted([
6161 "schema/extended_header.cpp" ,
6262] + ["runtime/executor/" + x for x in PROGRAM_NO_PRIM_OPS_SRCS ] + ["runtime/platform/" + x for x in PLATFORM_SRCS ])
6363
64+ PATTERN_SRCS = [
65+ "unary_ufunc_realhbbf16_to_bool.cpp" ,
66+ "unary_ufunc_realhbbf16_to_floathbf16.cpp" ,
67+ "unary_ufunc_realhbf16.cpp" ,
68+ ]
69+
6470PORTABLE_KERNELS_SRCS = [
6571 "kernels/portable/cpu/op__clone_dim_order.cpp" ,
6672 "kernels/portable/cpu/op__empty_dim_order.cpp" ,
@@ -227,10 +233,7 @@ PORTABLE_KERNELS_SRCS = [
227233 "kernels/portable/cpu/op_view_copy.cpp" ,
228234 "kernels/portable/cpu/op_where.cpp" ,
229235 "kernels/portable/cpu/op_zeros.cpp" ,
230- "kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_bool.cpp" ,
231- "kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp" ,
232- "kernels/portable/cpu/pattern/unary_ufunc_realhbf16.cpp" ,
233- ]
236+ ] + ["kernels/portable/cpu/pattern/" + x for x in PATTERN_SRCS ]
234237
235238KERNELS_UTIL_ALL_DEPS_SRCS = [
236239 "kernels/portable/cpu/util/activation_ops_util.cpp" ,
0 commit comments