@@ -10,7 +10,8 @@ htop-familiar way.
1010
1111Currently supported vendors are AMD (Linux amdgpu driver), Apple (limited M1 &
1212M2 support), Huawei (Ascend), Intel (Linux i915/Xe drivers), NVIDIA (Linux
13- proprietary divers), Qualcomm Adreno (Linux MSM driver), Broadcom VideoCore (Linux v3d driver).
13+ proprietary divers), Qualcomm Adreno (Linux MSM driver), Broadcom VideoCore (Linux v3d driver),
14+ Rockchip, MetaX (MXSML driver), Enflame (Linux EFML driver).
1415
1516Because a picture is worth a thousand words:
1617
@@ -31,6 +32,9 @@ Table of Contents
3132 - [ Apple] ( #apple )
3233 - [ Ascend] ( #ascend ) (only tested on 910B)
3334 - [ VideoCore] ( #videocore )
35+ - [ Rockchip] ( #rockchip )
36+ - [ MetaX] ( #metax )
37+ - [ Enflame] ( #enflame )
3438- [ Build] ( #build )
3539- [ Distribution Specific Installation Process] ( #distribution-specific-installation-process )
3640 - [ Ubuntu / Debian] ( #ubuntu--debian )
@@ -150,6 +154,12 @@ NVTOP supports MetaX (testing on MXC500) by MXSML LIBRARY.
150154
151155For more information about GPUs please take a look at the [ METAX documentation] ( https://developer.metax-tech.com/doc/index )
152156
157+ ### Enflame
158+
159+ NVTOP supports Enflame GCUs (testing on Enflame S60, Enflame L300 and Enflame L600) by EFML LIBRARY
160+
161+ 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.
162+
153163Build
154164-----
155165
@@ -162,6 +172,7 @@ Several libraries are required in order for NVTOP to display GPU info:
162172* For AMD: the libdrm library used to query AMD GPUs through the kernel driver.
163173* For METAX: the * MetaX System Management Library* (* MXSML* ) which comes with the GPU driver.
164174 * This queries the GPU for info.
175+ * For Enflame: the * Enflame Management Library* (* EFML* ) which comes with the GCU driver.
165176
166177## Distribution Specific Installation Process
167178
0 commit comments