mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #70] [MERGED] fix(api/device): further isolate the CUDA_VISIBLE_DEVICE parser in a subprocess #148
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#148
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/70
Author: @XuehaiPan
Created: 4/10/2023
Status: ✅ Merged
Merged: 4/11/2023
Merged by: @XuehaiPan
Base:
main← Head:spawn-subprocess📝 Commits (2)
21e0ea0fix(api/device): further isolate theCUDA_VISIBLE_DEVICEparser in a subprocess12278ccdocs(CHANGELOG): update CHANGELOG.md📊 Changes
2 files changed (+30 additions, -3 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
nvitop/api/device.py(+29 -2)📄 Description
Issue Type
Description
Further isolate the
CUDA_VISIBLE_DEVICEparser in a subprocess. We are using bothsubprocessandmutliprocessingmodules.Motivation and Context
Fixes #69
Testing
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
termcolor#174