Skip to content

Commit b5516aa

Browse files
committed
fix align [no ci]
1 parent 6ff0d67 commit b5516aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ggml/include/ggml.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,10 @@ extern "C" {
706706
GGML_API void ggml_print_object (const struct ggml_object * obj);
707707
GGML_API void ggml_print_objects(const struct ggml_context * ctx);
708708

709-
GGML_API int64_t ggml_nelements (const struct ggml_tensor * tensor);
710-
GGML_API int64_t ggml_nrows (const struct ggml_tensor * tensor);
711-
GGML_API size_t ggml_nbytes (const struct ggml_tensor * tensor);
712-
GGML_API size_t ggml_nbytes_pad (const struct ggml_tensor * tensor); // same as ggml_nbytes() but padded to GGML_MEM_ALIGN
709+
GGML_API int64_t ggml_nelements (const struct ggml_tensor * tensor);
710+
GGML_API int64_t ggml_nrows (const struct ggml_tensor * tensor);
711+
GGML_API size_t ggml_nbytes (const struct ggml_tensor * tensor);
712+
GGML_API size_t ggml_nbytes_pad(const struct ggml_tensor * tensor); // same as ggml_nbytes() but padded to GGML_MEM_ALIGN
713713

714714
GGML_API int64_t ggml_blck_size(enum ggml_type type);
715715
GGML_API size_t ggml_type_size(enum ggml_type type); // size in bytes for all elements in a block

0 commit comments

Comments
 (0)