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 c95fbb4 commit 00ce276Copy full SHA for 00ce276
ggml/CMakeLists.txt
@@ -218,12 +218,12 @@ include(CMakePackageConfigHelpers)
218
# all public headers
219
set(GGML_PUBLIC_HEADERS
220
include/ggml.h
221
+ include/ggml-cpu.h
222
include/ggml-alloc.h
223
include/ggml-backend.h
224
include/ggml-blas.h
225
include/ggml-cann.h
226
include/ggml-cuda.h
- include/ggml.h
227
include/ggml-kompute.h
228
include/ggml-metal.h
229
include/ggml-rpc.h
0 commit comments