Skip to content

Commit

Permalink
128 Kernels for developer configurations
Browse files Browse the repository at this point in the history
Differential Revision: D69600543

Pull Request resolved: #8570
  • Loading branch information
cmt0 authored Feb 21, 2025
1 parent cc922da commit 9804ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/kernel/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def _operator_registry_preprocessor_flags():
return select({
"DEFAULT": [],
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-256": ["-DMAX_KERNEL_NUM=256"],
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-128": ["-DMAX_KERNEL_NUM=128"],
"fbsource//xplat/executorch/build/constraints:executorch-max-kernel-num-64": ["-DMAX_KERNEL_NUM=64"],
})
else:
Expand Down

0 comments on commit 9804ef9

Please sign in to comment.