Visible to Intel only — GUID: GUID-EDA7D382-FA39-4096-998A-17142E8375B9
Visible to Intel only — GUID: GUID-EDA7D382-FA39-4096-998A-17142E8375B9
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 |
---|---|
Create a graph matrix |
|
Free memory allocated for a graph matrix |
|
Create a graph vector |
|
Free memory allocated for a graph vector |
|
Create a descriptor |
|
Free memory allocated for a descriptor |
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
- mkl_graph_descriptor_create
Creates an empty graph descriptor. - mkl_graph_descriptor_destroy
Deallocates memory allocated for a graph descriptor. - mkl_graph_matrix_create
Creates and empty graph matrix. - mkl_graph_matrix_destroy
Deallocates all memory allocated internally for a graph matrix. - mkl_graph_vector_create
Creates an empty graph vector. - mkl_graph_vector_destroy
Deallocates all memory allocated internally for a graph vector.