mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #52] [MERGED] feat(core/libcudart): add Python bindings for CUDA Runtime APIs #137
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/52
Author: @XuehaiPan
Created: 12/27/2022
Status: ✅ Merged
Merged: 12/28/2022
Merged by: @XuehaiPan
Base:
main← Head:libcudart📝 Commits (3)
b856a6efeat(core/libcudart): add Python bindings for CUDA Runtime APIse9ed6d1docs(core/libcudart): update documentation forlibcudart945f2c6feat(core/device): add methodcuda_compute_capability📊 Changes
9 files changed (+940 additions, -98 deletions)
View changed files
📝
README.md(+94 -89)➕
docs/source/core/libcudart.rst(+8 -0)📝
docs/source/index.rst(+1 -0)📝
docs/source/spelling_wordlist.txt(+1 -0)📝
nvitop/__init__.py(+1 -1)📝
nvitop/core/__init__.py(+2 -1)📝
nvitop/core/device.py(+48 -4)📝
nvitop/core/libcuda.py(+64 -3)➕
nvitop/core/libcudart.py(+721 -0)📄 Description
Issue Type
Runtime Environment
3.11.1525.60.11nvitopversion or commit:0.11.0python-ml-pyversion:11.515.75en_US.UTF-8Description
Add Python bindings for CUDA Runtime APIs (
cudart) and add methodcuda_runtime_version().Motivation and Context
Support to detect the CUDA runtime version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.