feat(api/device): support devices with unified memory (#195)

This commit is contained in:
Xuehai Pan 2025-12-08 11:41:35 +08:00 committed by GitHub
parent 506dba0b49
commit 4d948e2c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 97 additions and 25 deletions

View file

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
-
- Support devices with unified memory (e.g., NVIDIA Spark) by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/XuehaiPan/nvitop/pull/195). Issued by [@FlorinAndrei](https://github.com/FlorinAndrei).
### Changed