mkl_graph_vector_get_property
mkl_graph_vector_get_property
Retrieves a value for a particular property of a graph vector.
Syntax
mkl_graph_status_t
mkl_graph_vector_get_property (mkl_graph_vector_t
v
,
mkl_graph_property_t
property
,
void
*value
);
Include Files
- mkl_graph.h
Description
The
mkl_graph_vector_get_property
routine retrieves a particular property of a graph vector.Input Parameters
- v
- A graph vector from which the property value is retrieved.
- property
- Name of the property. Refer to Graph API Glossary for a list of possible options and corresponding value types.
Output Parameters
- value
- A pointer to the value of the specifiedpropertyof the graph vectorv. The type of the value depends on the property requested. Refer to Graph API Glossary for a list of possible options.
Return Values
The function returns a value indicating whether the operation was successful or not and why. Refer to Graph API Glossary for a list of possible options.
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.