Skip to content

Commit a08d3f8

Browse files
authored
Buck Fix to enable opt level = 3 for internal model export
Differential Revision: D68446241 Pull Request resolved: #7793
1 parent ef2444f commit a08d3f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/qualcomm/runtime/targets.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ def define_common_targets():
4444
"*.cpp",
4545
"backends/*.cpp",
4646
"backends/htpbackend/*.cpp",
47-
"backends/htpbackend/aarch64/*.cpp",
48-
],
47+
] + (["backends/htpbackend/x86_64/*.cpp"] if include_aot_qnn_lib else ["backends/htpbackend/aarch64/*.cpp"]),
4948
exclude = ["Logging.cpp"],
5049
),
5150
exported_headers = glob(

0 commit comments

Comments
 (0)