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 ec8d252 commit 4a7a909Copy full SHA for 4a7a909
ggml/include/ggml-hexagon.h
@@ -8,11 +8,11 @@ extern "C" {
8
#endif
9
10
// backend API
11
-GGML_API ggml_backend_t ggml_backend_hexagon_init(void);
+GGML_BACKEND_API ggml_backend_t ggml_backend_hexagon_init(void);
12
13
-GGML_API bool ggml_backend_is_hexagon(ggml_backend_t backend);
+GGML_BACKEND_API bool ggml_backend_is_hexagon(ggml_backend_t backend);
14
15
-GGML_API ggml_backend_reg_t ggml_backend_hexagon_reg(void);
+GGML_BACKEND_API ggml_backend_reg_t ggml_backend_hexagon_reg(void);
16
17
#ifdef __cplusplus
18
}
0 commit comments