You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Distribution Specific Installation Process](#distribution-specific-installation-process)
36
40
-[Ubuntu / Debian](#ubuntu--debian)
@@ -151,6 +155,12 @@ NVTOP supports MetaX (testing on MXC500) by MXSML LIBRARY.
151
155
152
156
For more information about GPUs please take a look at the [METAX documentation](https://developer.metax-tech.com/doc/index)
153
157
158
+
### Enflame
159
+
160
+
NVTOP supports Enflame GCUs (testing on Enflame S60, Enflame L300 and Enflame L600) by EFML LIBRARY
161
+
162
+
GCU, which refers to General Compute Unit, is a type of accelerator card that is used to perform general-purpose computing tasks just like GPGPU.
163
+
154
164
Build
155
165
-----
156
166
@@ -163,6 +173,7 @@ Several libraries are required in order for NVTOP to display GPU info:
163
173
* For AMD: the libdrm library used to query AMD GPUs through the kernel driver.
164
174
* For METAX: the *MetaX System Management Library* (*MXSML*) which comes with the GPU driver.
165
175
* This queries the GPU for info.
176
+
* For Enflame: the *Enflame Management Library* (*EFML*) which comes with the GCU driver.
166
177
167
178
## Distribution Specific Installation Process
168
179
@@ -197,11 +208,11 @@ sudo apt install nvtop
197
208
sudo apt install libudev-dev
198
209
```
199
210
200
-
- NVIDIA Depenency
211
+
- NVIDIA Dependency
201
212
- NVIDIA drivers (see [Ubuntu Wiki](https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia) or [Ubuntu PPA](https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa) or [Debian Wiki](https://wiki.debian.org/NvidiaGraphicsDrivers#NVIDIA_Proprietary_Driver))
0 commit comments