Skip to content

Commit 35506a9

Browse files
committed
aligned submodules
1 parent 779f35d commit 35506a9

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

examples/models/llama/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ project(llama_runner)
2020

2121
# Duplicating options as root CMakeLists.txt
2222
option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED "Build the optimized kernels" OFF)
23-
option(EXECUTORCH_BUILD_KERNELS_TORCHAO "Build the torchao kernels" OFF)
2423

2524
include(CMakeDependentOption)
2625
#
@@ -137,12 +136,6 @@ if(EXECUTORCH_BUILD_TORCHAO)
137136
endif()
138137
endif()
139138

140-
if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
141-
target_link_options_shared_lib(torchao_ops_executorch)
142-
list(APPEND link_libraries torchao_ops_executorch)
143-
list(APPEND link_libraries torchao_kernels_aarch64)
144-
endif()
145-
146139
set(XNNPACK_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../../backends/xnnpack)
147140
# Extra compile option and include dir for pthreadpool
148141
if(EXECUTORCH_BUILD_PTHREADPOOL)

extension/llm/tokenizers

Submodule eigen updated from a39ade4 to 7294434

third-party/ao

Submodule ao updated 208 files

0 commit comments

Comments
 (0)