Skip to content

feat: profiling for GPU usage and throughput metrics #122

Description

@jayavenkatesh19

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions