Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Version Information

Intel® oneAPI Math Kernel Library (oneMKL) providestwo methods for extracting information about the library version number:

  • extracting a version string using the mkl_get_version_string function

  • using the mkl_get_version function to obtain an MKLVersion structure that contains the version information

A makefile is also provided to automatically build the examples and output summary files containing the version information for the current library.