mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #195] [MERGED] feat(api/device): support devices with unified memory #199
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#199
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/195
Author: @XuehaiPan
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @XuehaiPan
Base:
main← Head:support-unified-memory📝 Commits (10+)
6b744fachore(pre-commit): add pre-commit hooks7ce07f7fix(api): fix potentialZeroDivisionError149951cfeat(api/device): support devices with unified memory3c80af8docs: add docstrings9b658c0fix(api/device): handleNVMLError_NotSupportedfor unified memory devices14a95c2fix: fix unbound variable accesse435cf5chore: hide extra text in bar chart ifN/A00169aachore: improve extra text in bar chart ifN/A2d26184chore(pre-commit): update pre-commit hooks04fbbfbdocs(CHANGELOG): update CHANGELOG.md📊 Changes
6 files changed (+97 additions, -25 deletions)
View changed files
📝
.pre-commit-config.yaml(+2 -2)📝
CHANGELOG.md(+1 -1)📝
nvitop/api/device.py(+79 -18)📝
nvitop/api/process.py(+5 -1)📝
nvitop/tui/library/utils.py(+8 -1)📝
nvitop/tui/screens/main/panels/device.py(+2 -2)📄 Description
Issue Type
Description
Retrieve memory info with host APIs for devices with unified memory.
Motivation and Context
Resolves #193
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.