Intel® FPGA SDK for OpenCL™ Standard Edition: Getting Started Guide

ID 683678
Date 9/24/2018
Public
Document Table of Contents

2.9.1. Running the Host Application

To execute the OpenCL™ kernel on the FPGA, run the Windows host application that you built from the .sln file.
  1. Add the path %INTELFPGAOCLSDKROOT%\host\windows64\bin to the PATH environment variable.
  2. At a command prompt, navigate to the host executable within the <path_to_exm_opencl_hello_world_x64_windows_<version>>\hello_world\bin folder.
  3. Invoke the hello_world.exe executable.
    The hello_world executable executes the kernel code on the FPGA.