We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2269d commit b390043Copy full SHA for b390043
backends/qualcomm/CMakeLists.txt
@@ -24,7 +24,8 @@ get_filename_component(
24
)
25
26
# We only download QNN SDK when we build pip wheel for ExecuTorch.
27
-if(EXECUTORCH_BUILD_WHEEL_DEV_USE_ONLY)
+# Please don't change this code unless you know what you are doing.
28
+if(EXECUTORCH_BUILD_WHEEL_DO_NOT_USE)
29
set(_qnn_default_sdk_dir "${CMAKE_CURRENT_BINARY_DIR}/sdk/qnn")
30
31
if(EXISTS "${_qnn_default_sdk_dir}" AND EXISTS "${_qnn_default_sdk_dir}/lib")
0 commit comments