This commit is contained in:
Kawrakow
2025-11-25 14:51:33 +00:00
parent 5ea430aaa4
commit 32c6df015b
8 changed files with 449 additions and 118 deletions

View File

@@ -3021,6 +3021,13 @@ extern "C" {
GGML_API ggml_type_traits_t ggml_internal_get_type_traits(enum ggml_type type);
typedef struct {
int n_device;
int split_dim;
struct ggml_tensor * tensor;
struct ggml_tensor ** splits;
} ggml_split_tensor_t;
#ifdef __cplusplus
}
#endif