Visible to Intel only — GUID: GUID-42E49B9E-EDC3-41A5-AB6C-CCEB82D6C7D3
Visible to Intel only — GUID: GUID-42E49B9E-EDC3-41A5-AB6C-CCEB82D6C7D3
Auxiliary Routines
The graph API provides the following utility routines:
Routine | Description |
---|---|
Compute internal optimization data for a graph matrix to be used in mkl_graph_mxv |
|
Compute internal optimization data for graph matrices to be used in mkl_graph_mxm |
|
Retrieve a value for a specific property from a graph matrix |
|
Retrieve a value for a specific property from a graph vector |
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
- mkl_graph_optimize_mxv
Computes internal optimized data for a graph matrix to be used in a matrix-vector product. - mkl_graph_optimize_mxm
Computes internal optimized data for graph matrices to be used in a matrix-matrix product. - mkl_graph_matrix_get_property
Retrieves a value for a particular property of a graph matrix. - mkl_graph_vector_get_property
Retrieves a value for a particular property of a graph vector.