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 6efc222 commit 0b51363Copy full SHA for 0b51363
runtime/kernel/targets.bzl
@@ -7,6 +7,7 @@ def _operator_registry_preprocessor_flags():
7
elif not runtime.is_oss:
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-64": ["-DMAX_KERNEL_NUM=64"],
12
})
13
else:
0 commit comments