import stdio.h for size_t.
This commit is contained in:
parent
3edaaca993
commit
62e354354c
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
// For size_t
|
||||
// For uint32_t
|
||||
#include <stdint.h>
|
||||
|
||||
// For size_t
|
||||
#include <stdio.h>
|
||||
|
||||
/* A forward declaration, to keep GCC happy. */
|
||||
void ggml_vec_dot_q5_K_q8_K(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// For size_t
|
||||
#include <stdint.h>
|
||||
|
||||
// For size_t
|
||||
#include <stdio.h>
|
||||
|
||||
// For memcpy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue