Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Linux*

ID 766690
Date 12/16/2022
Public

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

Document Table of Contents

Using Code Examples

The Intel® oneAPI Math Kernel Library package includes code examples, located in theexamples subdirectory of the installation directory. Use the examples to determine:

  • Whether Intel® oneAPI Math Kernel Library is working on your system
  • How you should call the library
  • How to link the library

If an Intel® oneAPI Math Kernel Library component that you selected during installation includes code examples, these examples are provided in a separate archive. Extract the examples from the archives before use.

For each component, the examples are grouped in subdirectories mainly by Intel® oneAPI Math Kernel Library function domains and programming languages. For instance, theblas subdirectory (extracted from the examples_core archive) contains a makefile to build the BLAS examples and the vmlc subdirectory contains the makefile to build the C examples for Vector Mathematics functions. Source code for the examples is in the next-level sources subdirectory.