Developer Guide for Intel® oneAPI Math Kernel Library for Windows*
Notational Conventions
The following term is used in reference to the operating system.
Windows* |
This term refers to information that is valid on all supported Windows* operating systems. |
Notations for directories
The following notations are used to refer to Intel® oneAPI Math Kernel Library (oneMKL) directories.
<parent directory> |
The installation directory that includes the Intel® oneMKL directory; for example, the directory for the Intel® oneAPI Toolkit. |
<mkl directory> |
The main directory where Intel® oneMKL is installed: <mkl directory> = <parent directory> / mkl . Replace this placeholder with the specific pathname in the configuring, linking, and building instructions. |
Font Conventions
The following font conventions are used in this document.
Italic |
Italic is used for emphasis and also indicates document names in body text, for example: see Intel® oneMKL Developer Reference . |
Monospace lowercase mixed with UPPERCASE |
Indicates:
|
UPPERCASE MONOSPACE |
Indicates system variables, for example, $MKLPATH. |
Monospace lowercase |
Indicates a parameter in discussions, for example, lda . When enclosed in angle brackets, indicates a placeholder for an identifier, an expression, a string, a symbol, or a value, for example, <mkl directory> . Substitute one of these items for the placeholder. |
Monospace lowercase |
May also indicate filenames, directory names, and pathnames, for example: ./benchmarks/linpack |
[ items ] |
Square brackets indicate that the items enclosed in brackets are optional. |
{ item | item } |
Braces indicate that only one of the items listed between braces should be selected. A vertical bar ( | ) separates the items. |