Provide Python binding to `cu++filt`
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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