Visible to Intel only — GUID: GUID-76A9F1F9-C07F-404B-8528-E8DD530BBD18
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-76A9F1F9-C07F-404B-8528-E8DD530BBD18
Memory Tracing
Memory tracing enables the user to capture the session of the debugging into a file, and also to load a previously stored state into the views.
The stored state contains:
- State of all the views - this includes all the data that is filled in the various views of the plug-in
- Images bitmaps (if Enable Images Bitmap Tracing is on)
- Memory objects raw data (if Enable Raw Data Tracing is on)
The state can be stored by either of the following ways:
- Automatically when host application ends
- Manually, by going to: Trace View > Save > Save Session (.trace)
The automatic memory tracing contains:
- State of all the views
- CSV of all API calls that occurred during the execution
This option creates a separate directory for each captured session of the plug-in. The directory is stored under the Output Folder specified in the same window. To enable automatic memory tracing see Configuring the API Debugger.