Skip to content

Commit 9352e7f

Browse files
Chris Thompsonfacebook-github-bot
authored andcommitted
128 Kernels for developer configurations (#8570)
Summary: Add constraint for 128 kernel build Reviewed By: lucylq Differential Revision: D69600543
1 parent fc5a492 commit 9352e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/kernel/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def _operator_registry_preprocessor_flags():
88
return select({
99
"DEFAULT": [],
1010
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-256": ["-DMAX_KERNEL_NUM=256"],
11+
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-128": ["-DMAX_KERNEL_NUM=128"],
1112
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-64": ["-DMAX_KERNEL_NUM=64"],
1213
})
1314
else:

0 commit comments

Comments
 (0)