Compare commits

...

6 Commits

Author SHA1 Message Date
XXTXTOP 574c3daac1
Merge 4784cb4204 into dd4ada7023 2024-05-10 10:36:55 -05:00
aristocratos dd4ada7023 Fixed missing definition for ROCm static build 2024-05-01 20:43:46 +02:00
aristocratos b48bf6ae45 Add info text about regex filtering in help menu 2024-04-30 18:03:06 +02:00
XXTXTOP 4784cb4204
Merge branch 'main' into main 2023-12-17 19:09:34 +08:00
XXTXTOP cdc201364d
Update README.md
apt install for deepin
2023-12-14 17:46:39 +08:00
XXTXTOP 8f6bd4fe6a
Update README.md
apt install for deepin
2023-12-14 17:45:57 +08:00
3 changed files with 9 additions and 3 deletions

View File

@ -334,6 +334,10 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
```bash
sudo dnf install btop
```
* **deepin**
```bash
sudo apt install btop
```
* **RHEL/AlmaLinux 8+**
```bash
sudo dnf install epel-release

View File

@ -191,7 +191,7 @@ namespace Menu {
{"z", "Toggle totals reset for current network device"},
{"a", "Toggle auto scaling for the network graphs."},
{"y", "Toggle synced scaling mode for network graphs."},
{"f, /", "To enter a process filter."},
{"f, /", "To enter a process filter. Start with ! for regex."},
{"delete", "Clear any entered filter."},
{"c", "Toggle per-core cpu usage of processes."},
{"r", "Reverse sorting order in processes box."},

View File

@ -158,9 +158,11 @@ namespace Gpu {
//? AMD data collection
namespace Rsmi {
//? RSMI defines, structs & typedefs
#define RSMI_DEVICE_NAME_BUFFER_SIZE 128
#if !defined(RSMI_STATIC)
//? RSMI defines, structs & typedefs
#define RSMI_DEVICE_NAME_BUFFER_SIZE 128
#define RSMI_MAX_NUM_FREQUENCIES_V5 32
#define RSMI_MAX_NUM_FREQUENCIES_V6 33
#define RSMI_STATUS_SUCCESS 0