mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-17 08:59:39 +00:00
remove device_flops from profiler api
This commit is contained in:
parent
477ecf2084
commit
80f6b72e71
2 changed files with 30 additions and 31 deletions
|
@ -91,7 +91,6 @@ enum profiler_backend_type {
|
|||
const char * device_name(void);
|
||||
|
||||
uint32_t device_cpu_cores (void);
|
||||
float device_flops (struct llama_model * model, enum ggml_type dtype, profiler_backend_type btype, int n_threads);
|
||||
float device_cpu_flops (struct llama_model * model, enum ggml_type dtype, int n_threads);
|
||||
float device_metal_flops (struct llama_model * model, enum ggml_type dtype);
|
||||
float device_cuda_flops (struct llama_model * model, enum ggml_type dtype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue