Skip to content

Commit d2ed7ed

Browse files
committed
Update base for Update on "[Executorch] Renable operator optimization flags"
Previous attempt at this resulted in revert due to app size increase. Much of this was due to op_div exploding. Two diffs underneath solve this issue Differential Revision: [D65606666](https://our.internmc.facebook.com/intern/diff/D65606666/) [ghstack-poisoned]
1 parent 84b7029 commit d2ed7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,4 +1271,4 @@ def portable_source_list():
12711271

12721272
def portable_header_list():
12731273
"""All the header file names from //executorch/kernels/portable/cpu/"""
1274-
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h"]
1274+
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h", "op_div_impl.h"]

0 commit comments

Comments
 (0)