Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

?gemm_free

Frees the storage previously allocated for the packed matrix (deprecated).

Syntax

call sgemm_free (dest)

call dgemm_free (dest)

Include Files
  • mkl.fi
Description

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.

Input Parameters
dest

POINTER.

Previously allocated storage.

Output Parameters

dest

The freed buffer.

See Also