Skip to content

Commit

Permalink
Format Cmake files.
Browse files Browse the repository at this point in the history
Differential Revision: D62013660

Pull Request resolved: pytorch#4999
  • Loading branch information
shoumikhin authored Aug 30, 2024
1 parent 369f804 commit 12039af
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 7 additions & 2 deletions examples/qualcomm/oss_scripts/llama2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ target_include_directories(
qnn_llama_runner PUBLIC ${_common_include_directories}
)
target_link_libraries(
qnn_llama_runner qnn_executorch_backend full_portable_ops_lib
extension_data_loader extension_module gflags re2::re2
qnn_llama_runner
qnn_executorch_backend
full_portable_ops_lib
extension_data_loader
extension_module
gflags
re2::re2
)
target_compile_options(qnn_llama_runner PUBLIC ${_common_compile_options})
9 changes: 7 additions & 2 deletions examples/qualcomm/qaihub_scripts/llama/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ target_include_directories(
qaihub_llama2_7b_runner PUBLIC ${_common_include_directories}
)
target_link_libraries(
qaihub_llama2_7b_runner qnn_executorch_backend executorch_no_prim_ops
extension_data_loader extension_module gflags re2::re2
qaihub_llama2_7b_runner
qnn_executorch_backend
executorch_no_prim_ops
extension_data_loader
extension_module
gflags
re2::re2
)
target_compile_options(
qaihub_llama2_7b_runner PUBLIC ${_common_compile_options}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ target_include_directories(
qaihub_stable_diffusion_runner PUBLIC ${_common_include_directories}
)
target_link_libraries(
qaihub_stable_diffusion_runner qnn_executorch_backend executorch_no_prim_ops
extension_data_loader extension_module gflags re2::re2
qaihub_stable_diffusion_runner
qnn_executorch_backend
executorch_no_prim_ops
extension_data_loader
extension_module
gflags
re2::re2
)
target_compile_options(
qaihub_stable_diffusion_runner PUBLIC ${_common_compile_options}
Expand Down

0 comments on commit 12039af

Please sign in to comment.