mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #100] [MERGED] fix(libcuda): fix cuDeviceGetUuid() when the UUID contains 0x00 #159
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#159
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/100
Author: @XuehaiPan
Created: 10/4/2023
Status: ✅ Merged
Merged: 10/5/2023
Merged by: @XuehaiPan
Base:
main← Head:fix-cuDeviceGetUuid📝 Commits (5)
4fb0372fix(libcuda): fixcuDeviceGetUuid()when the UUID contains0x0097e9a79docs(CHANGELOG): update CHANGELOGf09ce5alint: appease linters66566bbfix(libcuda): useubyteinstead ofbyte8a30257fix(libcuda): fixcuDeviceGetUuid()when the UUID contains0x00📊 Changes
7 files changed (+16 additions, -16 deletions)
View changed files
📝
.pre-commit-config.yaml(+4 -4)📝
CHANGELOG.md(+1 -1)📝
nvitop/api/device.py(+1 -1)📝
nvitop/api/libcuda.py(+4 -4)📝
nvitop/api/utils.py(+1 -1)📝
nvitop/select.py(+4 -4)📝
pyproject.toml(+1 -1)📄 Description
Issue Type
Description
Change string buffer to a byte array for argument passing.
Motivation and Context
Fixes #99
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Dockerfileanddocker-composetemplate fornvitop-exporter#179