Skip to content

Commit ae6dcc0

Browse files
committed
Update on "[Executorch][llm] Compile custom op with -O2"
This enable some optimizations for inlining vectorized lib functions Differential Revision: [D64910576](https://our.internmc.facebook.com/intern/diff/D64910576/) [ghstack-poisoned]
2 parents 70e8201 + d910290 commit ae6dcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
22
load(
3-
"@fbsource//xplat/executorch/kernels/portable:op_registration_util.bzl",
3+
"@fbsource//xplat/executorch/kernels/optimized:lib_defs.bzl",
44
"get_compiler_optimization_flags",
55
)
66

0 commit comments

Comments
 (0)