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 aea150e commit 9bca355Copy full SHA for 9bca355
CMakeLists.txt
@@ -717,7 +717,7 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
717
target_compile_options(executor_runner PUBLIC ${_common_compile_options})
718
endif()
719
720
-if(EXECUTORCH_BUILD_TORCHAO)
+if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
721
# Currently only enable this on Arm-based Macs
722
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
723
set(TORCHAO_BUILD_EXECUTORCH_OPS ON)
0 commit comments