Intel® oneAPI Math Kernel Library Developer Reference - C

Creating/Destroying Graph Objects

The graph API uses several opaque objects (for matrices and vectors, for example) to provide a higher abstraction level over the mathematical concepts underlying the functionality. The table below lists the routines which can be used to create and delete such objects.

Routine Description

mkl_graph_matrix_create

Create a graph matrix

mkl_graph_matrix_destroy

Free memory allocated for a graph matrix

mkl_graph_vector_create

Create a graph vector

mkl_graph_vector_destroy

Free memory allocated for a graph vector

mkl_graph_descriptor_create

Create a descriptor

mkl_graph_descriptor_destroy

Free memory allocated for a descriptor

Optimization Notice

Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice.

Notice revision #20110804

This notice covers the following instruction sets: SSE2, SSE4.2, AVX2, AVX-512.