Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarcoh committed Jun 13, 2024
1 parent 030fa15 commit 96bb680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Change Log

All notable changes to the "nvidia-smi-plus" extension will be documented in this file.
# v1.0.1

Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file.
## Added

## [Unreleased]

- Initial release
- Added support for AMD GPU's
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# nvidia-smi-plus

Provides a view on Nvidia's GPUs. It utilize the `nvidia-smi` tool to extract the information.
Provides a view on Nvidia and AMD GPUs. It utilize the `nvidia-smi`/`rocm-smi` tool to extract the information.

To use it with AMD GPUs, you need to configure the `nvidia-smi-plus.executablePath` setting to point to the `rocm-smi` executable.

NOTE: Currently the GUI titles and the like says Nvidia, but the extension should work with AMD GPUs as well.

![image](https://user-images.githubusercontent.com/81901729/117412831-e7097080-af1d-11eb-8736-37a493735db7.png)

Expand Down

0 comments on commit 96bb680

Please sign in to comment.