Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

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

Document Table of Contents

cblas_?gemm_free

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

Syntax

void cblas_sgemm_free (float *dest);

void cblas_dgemm_free (double *dest);

Include Files

  • mkl.h

Description

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 (deprecated).

Input Parameters

dest

Previously allocated storage.

Output Parameters

dest

The freed buffer.

See Also