Skip to content

[FEA] Add Numba's GDB pretty-printer to the Numba CUDA repository #691

@mmason-nvidia

Description

@mmason-nvidia

GDB and CUDA-GDB have the concept of a "pretty-printer" which allows for type-specific formatting tasks while debugging. Numba uses this feature to provide more human-readable output when printing the values of arrays or other types. However, the Numba pretty printer does not include any CUDA-specific handling or support.

To create a starting point for such enhancements the unmodified Numba pretty-printer should be submitted to the Numba CUDA repository. CUDA specific enhancements can then be added in later PRs / merge requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions