Intel® oneAPI Math Kernel Library Developer Reference - C
Frees the storage previously allocated for the packed matrix (deprecated).
void cblas_sgemm_free (float *dest);
void cblas_dgemm_free (double *dest);
The cblas_?gemm_free routine is one of a set of related routines that enable use of an internal packed storage. Call the cblas_?gemm_free routine last to release storage for the packed matrix structure allocated with cblas_?gemm_alloc.
Previously allocated storage.
dest |
The freed buffer. |