all matrix multiplication backend
This commit is contained in:
parent
f8ec8877b7
commit
f3974cabac
3 changed files with 276 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -2447,6 +2447,8 @@ extern "C" {
|
|||
|
||||
GGML_API ggml_type_traits_t ggml_internal_get_type_traits(enum ggml_type type);
|
||||
|
||||
GGML_API const ggml_type_traits_t * ggml_internal_get_type_traits_ptr(enum ggml_type type);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue