XuehaiPan / nvitop

An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.
https://nvitop.readthedocs.io
Apache License 2.0
4.56k stars 144 forks source link

fix(libcuda): fix `cuDeviceGetUuid()` when the UUID contains `0x00` #100

Closed XuehaiPan closed 11 months ago

XuehaiPan commented 11 months ago

Issue Type

Description

Change string buffer to a byte array for argument passing.

Motivation and Context

Fixes #99