Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Windows*

ID 766692
Date 3/22/2024
Public
Document Table of Contents

Setting the Environment Variable for Conditional Numerical Reproducibility

The following examples illustrate the use of the MKL_CBWR environment variable. The first command sets Intel® oneAPI Math Kernel Library (oneMKL) to run in the CNR mode based on the default dispatching for your platform. The other two commandsare equivalent and set the CNR branch to Intel AVX2:

  • set MKL_CBWR=AUTO
  • set MKL_CBWR=AVX2
  • set MKL_CBWR=BRANCH=AVX2