File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ 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" ],
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" ],
10+ "fbsource//xplat/executorch/tools/buck /constraints:executorch-max-kernel-num-256" : ["-DMAX_KERNEL_NUM=256" ],
11+ "fbsource//xplat/executorch/tools/buck /constraints:executorch-max-kernel-num-128" : ["-DMAX_KERNEL_NUM=128" ],
12+ "fbsource//xplat/executorch/tools/buck /constraints:executorch-max-kernel-num-64" : ["-DMAX_KERNEL_NUM=64" ],
1313 })
1414 else :
1515 return []
File renamed without changes.
You can’t perform that action at this time.
0 commit comments