fix profiling crash (#15072)

This commit is contained in:
rmatif
2025-08-06 23:17:51 +02:00
committed by GitHub
parent e725a1a982
commit 756cfea826

View File

@@ -602,6 +602,7 @@ struct ggml_backend_opencl_context {
if (ref_count == 0) {
#ifdef GGML_OPENCL_PROFILING
write_profiling_info();
profiling_info.clear();
#endif
}
}