Skip to content

Commit 0b51363

Browse files
authored
Add 256 constraint executorch.max_kernel_num for
Differential Revision: D60995174 Pull Request resolved: #4697
1 parent 6efc222 commit 0b51363

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
@@ -7,6 +7,7 @@ def _operator_registry_preprocessor_flags():
77
elif not runtime.is_oss:
88
return select({
99
"DEFAULT": [],
10+
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-256": ["-DMAX_KERNEL_NUM=256"],
1011
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-64": ["-DMAX_KERNEL_NUM=64"],
1112
})
1213
else:

0 commit comments

Comments
 (0)