Intel® oneAPI Math Kernel Library Developer Reference - C
Sets a value for a specific field of a graph descriptor.
mkl_graph_status_t mkl_graph_descriptor_set_field (mkl_graph_descriptor_t desc, mkl_graph_descriptor_field_t field, mkl_graph_descriptor_field_t value);
mkl_graph.h
The mkl_graph_descriptor_set_field sets the specified field of a graph descriptor to the specified value.
A graph descriptor to be modified.
Name of the descriptor field to be set. Refer to Graph API Glossary for a list of possible options.
Value to be set for the field. Refer to Graph API Glossary for a list of possible options.
A modified graph descriptor.
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 |