We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc922da commit 9804ef9Copy full SHA for 9804ef9
runtime/kernel/targets.bzl
@@ -8,6 +8,7 @@ def _operator_registry_preprocessor_flags():
8
return select({
9
"DEFAULT": [],
10
"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"],
12
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-64": ["-DMAX_KERNEL_NUM=64"],
13
})
14
else:
0 commit comments