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():
7
7
elif not runtime .is_oss :
8
8
return select ({
9
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" ],
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" ],
13
13
})
14
14
else :
15
15
return []
File renamed without changes.
You can’t perform that action at this time.
0 commit comments