Skip to content

Commit

Permalink
Buck Fix to enable opt level = 3 for internal model export
Browse files Browse the repository at this point in the history
Differential Revision: D68446241

Pull Request resolved: #7793
  • Loading branch information
billmguo authored Jan 22, 2025
1 parent ef2444f commit a08d3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backends/qualcomm/runtime/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def define_common_targets():
"*.cpp",
"backends/*.cpp",
"backends/htpbackend/*.cpp",
"backends/htpbackend/aarch64/*.cpp",
],
] + (["backends/htpbackend/x86_64/*.cpp"] if include_aot_qnn_lib else ["backends/htpbackend/aarch64/*.cpp"]),
exclude = ["Logging.cpp"],
),
exported_headers = glob(
Expand Down

0 comments on commit a08d3f8

Please sign in to comment.