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 137052e commit 1acb151Copy full SHA for 1acb151
backends/qualcomm/CMakeLists.txt
@@ -23,8 +23,8 @@ get_filename_component(
23
_common_include_directories "${EXECUTORCH_SOURCE_DIR}/.." ABSOLUTE
24
)
25
26
-# We only download QNN SDK when we build pip wheel for ExecuTorch.
27
-# Please don't change this code unless you know what you are doing.
+# We only download QNN SDK when we build pip wheel for ExecuTorch. 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
0 commit comments