Visible to Intel only — GUID: GUID-6CD6E87D-9D29-41A8-B261-4C5A0AC4EF23
Legal Information
Getting Help and Support
Introducing the Intel® SDK for OpenCL™ Applications
What's New in This Release
Which Version of the Intel® SDK for OpenCL™ Applications Should I Use?
Intel® Code Builder for OpenCL™ API Plug-in for Microsoft Visual Studio*
Intel® Code Builder for OpenCL™ API Plug-in for Eclipse*
Debugging OpenCL™ Kernels on GPU
Intel® SDK for OpenCL™ Applications Standalone Version
OpenCL™ 2.1 Development Environment
Intel® FPGA Emulation Platform for OpenCL™ Getting Started Guide
Troubleshooting Intel® SDK for OpenCL™ Applications Issues
Configuring Microsoft Visual Studio* IDE
Converting an Existing Project into an OpenCL™ Project
OpenCL™ New Project Wizard
Building an OpenCL™ Project
Using OpenCL™ Build Properties
Selecting a Target OpenCL™ Device
Generating and Viewing Assembly Code
Generating and Viewing LLVM Code
Generating Intermediate Program Binaries with Intel® Code Builder for OpenCL™ API Plug-in
Configuring OpenCL™ Build Options
Visible to Intel only — GUID: GUID-6CD6E87D-9D29-41A8-B261-4C5A0AC4EF23
Configuring Microsoft Visual Studio* IDE
To configure the Intel® Code Builder for OpenCL™ API plug-in for Microsoft Visual Studio* IDE, do the following:
- In the Microsoft Visual Studio software, select Project > Properties.
- In the C/C++ > General property page, under Additional Include Directories, enter the full path to the directory where the OpenCL code header files are located: $(INTELOCLSDKROOT)\include
- In the Linker > General property page, under Additional Library Directories, enter the full path to the directory where the OpenCL code run-time import library file is located. For example, for 64-bit application: $(INTELOCLSDKROOT)\lib\x64
- In the Linker > Input property page, under Additional Dependencies, enter the name of the OpenCL ICD import library file OpenCL.lib.