NVIDIA / NVIDIA/cuda-python

Provide Python binding to `cu++filt`

Open
#1,571 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cuda.bindings feature P1
Dominant language
Cython
Stars
3.4k
Forks
329
Avg merge
1d 23h
Merged PRs (30d)
116

Description

We don't need to actually call the executable. We can implement this in Cython and call __cu_demangle:
https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#library-availability

TBD: Should we place this in cuda.bindings.utils or cuda.core.utils?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the CUDA Binary Utilities documentation on library availability and compare the existing cuda.bindings.utils and cuda.core.utils organization. Implement the Cython binding to __cu_demangle without invoking the executable, then verify that the chosen utility location exposes the requested functionality.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.