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 a8e5ad8 commit dc001b9Copy full SHA for dc001b9
ggml/src/CMakeLists.txt
@@ -1,6 +1,5 @@
1
include(CheckCXXCompilerFlag)
2
include("../cmake/common.cmake")
3
-include(ExternalProject)
4
5
add_compile_definitions(GGML_SCHED_MAX_COPIES=${GGML_SCHED_MAX_COPIES})
6
ggml/src/ggml-hexagon/CMakeLists.txt
@@ -1,4 +1,5 @@
include(${HEXAGON_SDK_ROOT}/build/cmake/hexagon_fun.cmake)
+include(ExternalProject)
option(GGML_HEXAGON_HTP_DEBUG "ggml-hexagon: enable HTP debug output" OFF)
0 commit comments