sgemm.h 242 B

123456789101112
  1. #pragma once
  2. #include <stdbool.h>
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. bool llamafile_sgemm(int, int, int, const void *, int, const void *, int,
  7. void *, int, int, int, int, int, int, int);
  8. #ifdef __cplusplus
  9. }
  10. #endif