Preparing the Sample Application

To begin this tutorial, you need to get the source files for the sample application.

Open the archive file in the product's samples_2016 directory and extract the source files to a writable folder, such as your desktop:

samples_2016\<locale>\compiler_f\psxe

Use the following files:

  1. Start Visual Studio and open the solution file matrix_vector_multiplication_f.sln

  2. Change the Active solution configuration to Release using Build > Configuration Manager.

  3. Clean the solution by selecting Build > Clean Solution.

Next: Establishing a Performance Baseline