Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Frees the storage previously allocated for the packed matrix (deprecated).
call sgemm_free (dest)
call dgemm_free (dest)
The ?gemm_free routine is one of a set of related routines that enable use of an internal packed storage. Call the ?gemm_free routine last to release storage for the packed matrix structure allocated with ?gemm_alloc.
POINTER.
Previously allocated storage.
dest |
The freed buffer. |