Skip to content

Add GDB* support to Numba generated GPU kernels. #26

@diptorupd

Description

@diptorupd

Currently, Numba-DPPY has not debugger support for GPU kernels. This feature request tracks the tasks that should be completed to enable debugger support in Numba-DPPY.

  • Evaluate what DWARF/debug symbols dpcpp generates for kernels.
  • Add flags to Numba-DPPY compilation to generate the same debug symbols for kernels as DPCPP when user has specified "debug=True".
  • Work with application debugger team (Matti Puputti) to identify steps on how to run Numba with GDB*
  • Develop examples to demonstrate how the debugger should be used.

Metadata

Metadata

Assignees

Labels

debugRelated to #149

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions