Skip to content

Commit

Permalink
fixed one more memoy leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Valay Agarawal committed Aug 9, 2024
1 parent 272db99 commit c36888d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu/src/device_cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ cublasDgemm(dd->handle, CUBLAS_OP_T, CUBLAS_OP_N,
pm->dev_free(d_bPvu);
pm->dev_free(d_vuwm);
pm->dev_free(d_vuwM);
free(h_vuwM);
profile_stop();
#ifdef _SIMPLE_TIMER
double t1 = omp_get_wtime();
Expand Down

0 comments on commit c36888d

Please sign in to comment.