Skip to content

Commit

Permalink
integrate qnn backend to runner (#2806)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2806

Reviewed By: mergennachin

Differential Revision: D55626449

fbshipit-source-id: 18f009cf7bca7d66debe6c4e0acb304128147172
  • Loading branch information
cccclai authored and facebook-github-bot committed Apr 2, 2024
1 parent d612c23 commit bb8a8c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/models/llama2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ if(TARGET vulkan_backend)
target_link_options_shared_lib(vulkan_backend)
endif()

# Qnn backend
if(TARGET qnn_executorch_backend)
list(APPEND link_libraries qnn_executorch_backend)
target_link_options_shared_lib(qnn_executorch_backend)
endif()

# This one is needed for cpuinfo where it uses android
# specific log lib
if(ANDROID)
Expand Down

0 comments on commit bb8a8c6

Please sign in to comment.