rapidsai / rapidsai/rapids-cli

feat: profiling for GPU usage and throughput metrics

Open
#122 7 comments 0 reactions 1 assignee View on GitHub

@jayavenkatesh19 is already working on this.

Since Jul 25, 2025.

Dominant language
Python
Stars
6
Forks
11
PR merge metrics
No merged PRs in 30d

Description

A useful feature would be to implement a rapids profile command to provide metrics for python scripts similar to the jupyterlab-nvdashboard for non-Jupyter users.

A few design choices to think about are:

  1. Real-time metrics similar to the nvdashboard vs metrics written to a file to avoid interfering with the outputs of the script
  2. Can existing tools such as nsight be integrated for this purpose
  3. At what level of the code should this profiling be done in order to better identify bottlenecks, maybe as decorators for important functions?

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.