Skip to content

Commit 6124ad5

Browse files
committed
Update on "Remove ExecuTorch copy of Vectorized"
All uses are outside ExecuTorch core, so we can just use ATen Vectorized. Differential Revision: [D66396016](https://our.internmc.facebook.com/intern/diff/D66396016/) [ghstack-poisoned]
2 parents aa58719 + 70b634f commit 6124ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/models/llama/runner/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include(${EXECUTORCH_SRCS_FILE})
3838
list(TRANSFORM _llama_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
3939

4040
target_include_directories(
41-
extension_module INTERFACE ${_common_include_directories} ${EXECUTORCH_INCLUDE_DIRS}
41+
extension_module INTERFACE ${_common_include_directories}
4242
)
4343

4444
list(
@@ -82,6 +82,6 @@ set(llama_runner_deps executorch extension_data_loader extension_module
8282
target_link_libraries(llama_runner PUBLIC ${llama_runner_deps})
8383

8484
target_include_directories(
85-
llama_runner INTERFACE ${_common_include_directories} ${EXECUTORCH_INCLUDE_DIRS}
85+
llama_runner INTERFACE ${_common_include_directories} ${EXECUTORCH_ROOT}
8686
)
8787
target_compile_options(llama_runner PUBLIC ${_preprocessor_flag})

0 commit comments

Comments
 (0)