Skip to content

Commit e34d76d

Browse files
committed
Update base for Update on "[Executorch][Portable] Compile portable ops with -O2"
prefill toks: 21 decode: 11 after: e2e 621ms, prefil:: 370ms, decode: 43.84 tok/sec Differential Revision: [D64910578](https://our.internmc.facebook.com/intern/diff/D64910578/) [ghstack-poisoned]
1 parent 738612a commit e34d76d

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)