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 01f703f commit 30a6f5eCopy full SHA for 30a6f5e
backends/qualcomm/CMakeLists.txt
@@ -58,9 +58,7 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
58
endif()
59
60
include_directories(
61
- BEFORE
62
- ${_common_include_directories}
63
- ${QNN_SDK_ROOT}/include/QNN
+ BEFORE ${_common_include_directories} ${QNN_SDK_ROOT}/include/QNN
64
${QNN_SDK_ROOT}/share/QNN/converter/jni
65
${EXECUTORCH_SOURCE_DIR}/runtime/core/portable_type/c10
66
)
0 commit comments