mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2025-09-15 13:28:35 +08:00
fix profiling crash (llama/15072)
This commit is contained in:
parent
d153cfb507
commit
b405fd88b3
@ -602,6 +602,7 @@ struct ggml_backend_opencl_context {
|
||||
if (ref_count == 0) {
|
||||
#ifdef GGML_OPENCL_PROFILING
|
||||
write_profiling_info();
|
||||
profiling_info.clear();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user