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 8d7171d commit cf93425Copy full SHA for cf93425
tools/cmake/preset/profiling.cmake
@@ -15,5 +15,10 @@ set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
15
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
16
set_overridable_option(EXECUTORCH_BUILD_XNNPACK ON)
17
set_overridable_option(EXECUTORCH_BUILD_DEVTOOLS ON)
18
+
19
+# Presets to build executor runner
20
21
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON)
22
set_overridable_option(EXECUTORCH_ENABLE_EVENT_TRACER ON)
23
+set_overridable_option(EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL ON)
24
+set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
0 commit comments