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 28cbc2b commit 1c5c7adCopy full SHA for 1c5c7ad
tools/cmake/preset/pybind.cmake
@@ -22,6 +22,7 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON)
22
23
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
24
set_overridable_option(EXECUTORCH_BUILD_COREML ON)
25
+ set_overridable_option(EXECUTORCH_BUILD_MPS ON)
26
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
27
28
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "WIN32")
0 commit comments