intel / vscode-oneapi-gdb-debug

Other
9 stars 4 forks source link

GDB with GPU Debug Support for Intel® oneAPI Toolkits

This extension for Visual Studio Code (VS Code) enables additional features of GPU debugging with GDB for Intel® oneAPI toolkits.

FullView

To learn more about using extensions with oneAPI, see Using Visual Studio Code with Intel® oneAPI Toolkits.

Get started

Start using this VS Code extension with guide Get Started with Intel® Distribution for GDB on Linux OS Host.

Prepare Launch Configuration

Note that this feature is only available for the Linux* target platform.

This extension enables the ability to prepare launch configurations for running and debugging projects created using Intel oneAPI toolkits:

  1. Open your DPC++ project in VS Code.
  2. Build your DPC++ project with the -g and -O0 options to prepare for debugging.
  3. Press Ctrl+Shift+P ( or View -> Command Palette... ) to open the Command Palette.
  4. Type Intel oneAPI and select Intel oneAPI: Generate launch configurations.
  5. Follow the prompts to add a DPC++ launch configuration.
  6. Open the C++ source file(s) that you will be debugging in the VS Code edit window.
  7. The configuration is now available to debug and run using the gdb-oneapi debugger. You can find it in .vscode/launch.json. To debug and run, click on the Run icon or press Ctrl+Shift+D.

Note that you can modify the configuration manually. For example, you may need to change:

More information about all the launch.json features can be found at Configuring C/C++ debugging.

Debugger Health Checks for oneAPI

Debugger Health Checks

The Debugger Health Checks provide a tool for verifying the setup and functionality of the oneAPI environment and debugger. It allows you to run a series of tests to ensure that key components, such as GPU drivers, environment variables, and debugging tools, are correctly configured.

How to Use:

  1. Open the Debugger Health Checks panel by clicking on the stethoscope icon in the status bar or pressing Run in the panel.

Debugger Health Checks

  1. The tests will automatically execute, and results will be displayed in a tree format. Each check will show whether it passed, failed, or requires attention (warning).
  2. Hover over each test result to view additional information about the specific check, including version numbers and recommendations on how to resolve issues.

Settings

Symbolic indication of SIMD lanes

In the settings, you can specify an additional designation for active and inactive lanes using any text character. This may be useful for clearer recognition of lane status.

Symbolic indication

Display Threads Settings

In the settings, there's an option to enable or disable the display of inactive threads. This can help users focus on active threads or get a comprehensive view of all threads.

Show incative

SIMD View

In the debug view, this extension provides SIMD View, which displays the SIMD lane state of an Intel GPU thread. The view will automatically populate when hitting a GPU thread breakpoint.

oneAPI GPU Threads

The specific values corresponding to the status of the SIMD lanes in your current color scheme can be found in the SIMD Lanes tooltip. Dark blue represents active lanes that are stopped at a breakpoint, light blue indicates active lanes that do not meet breakpoint conditions, and grey indicates inactive lanes.

View of SIMD view in VSCode debug session

SIMD lane specific breakpoints

Note that SIMD lane specific breakpoints are saved between sessions, but will be applied only after hitting a regular breakpoint inside the kernel.

There are several ways to set a SIMD lane specific breakpoint:

SIMD lane specific breakpoints

Note that SIMD lane specific breakpoints are saved between sessions, but will be applied only after hitting a regular breakpoint inside the kernel.

There are several ways to set a SIMD lane specific breakpoint:

Choose SIMD Lane

You can choose a new SIMD lane by clicking on it. Choosing a new SIMD lane will show updated information in the SELECTED LANE tab, and extended thread information can be found using the debug console (command -exec -thread-info).

Lane info

Selected lane and Thread info

You can see additional properties in separate tabs while debugging:

Hardware info

You can see your device's info in a separate tab while debugging.

Hardware info

SIMD Variable Watch

The SIMD Variable Watch functions like the classic Watch panel but displays values for all lanes, making it convenient to compare values without the need for switching between lanes. Most expressions can be evaluated only for active lanes, however GDB convenience variables are usually available for inactive lanes, too, e.g. $_workitem_global_id or $_workitem_local_id.

Watch Panel

GPU Memory Viewing

VS Code's generic debugger now includes a feature for viewing binary data. When a variable supports memory viewing and editing, an inline binary icon appears in the Variables view. Clicking on the icon opens the Hex Editor, allowing to perform operations on the binary data. This functionality appears in the Variables and Watch panels. Clicking on the icon opens the Hex Editor, in which is possible to inspect conveniently large pieces of data. This functionality enables users to examine the memory space of Intel® GPU kernels.

Memory Viewing

SIMD lane specific breakpoints

Note that SIMD lane specific breakpoints are saved between sessions, but will be applied only after hitting a regular breakpoint inside the kernel.

There are several ways to set a SIMD lane specific breakpoint:

Choose SIMD Lane

You can choose a new SIMD lane by clicking on it. Choosing a new SIMD lane will show updated information in the SELECTED LANE tab, and extended thread information can be found using the debug console (command -exec -thread-info).

Lane info

Selected lane and Thread info

You can see additional properties in separate tabs while debugging:

Hardware info

You can see your device's info in a separate tab while debugging.

Hardware info

SIMD Variable Watch

The SIMD Variable Watch functions like the classic Watch panel but displays values for all lanes, making it convenient to compare values without the need for switching between lanes. Most expressions can be evaluated only for active lanes, however GDB convenience variables are usually available for inactive lanes, too, e.g. $_workitem_global_id or $_workitem_local_id.

Watch Panel

GPU Memory Viewing

VS Code's generic debugger now includes a feature for viewing binary data. When a variable supports memory viewing and editing, an inline binary icon appears in the Variables view. Clicking on the icon opens the Hex Editor, allowing to perform operations on the binary data. This functionality appears in the Variables and Watch panels. Clicking on the icon opens the Hex Editor, in which is possible to inspect conveniently large pieces of data. This functionality enables users to examine the memory space of Intel® GPU kernels.

Memory Viewing

GPU Memory Viewing

VS Code's generic debugger now includes a feature for viewing binary data. When a variable supports memory viewing and editing, an inline binary icon appears in the Variables view. Clicking on the icon opens the Hex Editor, allowing to perform operations on the binary data. This functionality appears in the Variables and Watch panels. Clicking on the icon opens the Hex Editor, in which is possible to inspect conveniently large pieces of data. This functionality enables users to examine the memory space of Intel® GPU kernels.

Memory Viewing

Differences Between GDB and GDB-oneapi

To display the differences between these two distributions of GDB:

  1. Press Ctrl+Shift+P ( or View -> Command Palette... ) to open the Command Palette.
  2. Type help to see help commands.
  3. Choose Intel oneAPI: List gdb-oneapi debugger unique commands (help).
  4. A new window will open with a list of the differences and links to documentation.
  5. For quick access to GDB-oneAPI Online Documentation, see Intel oneAPI: Open gdb-oneapi debugger online documentation (help).

Note that the debug session is started by running a command from this terminal. If characters remain in the terminal, this will make the command incorrect and cause the debugging session to hang.

Contributing

Install Visual Studio Code (version 1.86, or newer) and open this project within it. You also need node + yarn.

At this point you should be able to run the extension in the "Extension Development Host".

License

  1. This extension is released under the MIT License.

  2. oneapi-gdb-debug-0.5.0.vsix\extension\media\userHelp\content.json

    Copyright (c) 2021-2024 Intel Corporation

    Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being “Free Software” and “FreeSoftware Needs Free Documentation”, with the Front-Cover Texts being “A GNU Manual,”and with the Back-Cover Texts as in (a) below. (a) The FSF’s Back-Cover Text is: “You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom.”

Other names and brands may be claimed as the property of others.

Legal Notice

Your use of this software and any required dependent software ( GDB with GPU Debug Support for Intel® oneAPI Toolkits) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the ./third-party-programs*.txt or other similarly-named text file included with the Software Package for additional details.