Skip to content

Commit 9804ef9

Browse files
authored
128 Kernels for developer configurations
Differential Revision: D69600543 Pull Request resolved: #8570
1 parent cc922da commit 9804ef9

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)