Building with MSVC

This commit is contained in:
Borislav Stanimirov
2022-10-11 20:57:52 +03:00
parent 28252352d7
commit 0b45d25151
5 changed files with 92 additions and 24 deletions

1
ggml.h
View File

@@ -136,6 +136,7 @@ struct ggml_init_params {
void * mem_buffer; // if NULL, memory will be allocated internally
};
void ggml_time_init(void);
int64_t ggml_time_ms(void);
int64_t ggml_time_us(void);
int64_t ggml_cycles(void);