Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.82k stars 99 forks source link

Unknown microarchitecture for AMD Ryzen 5 7640U w/ Radeon 760M Graphics #206

Closed M3t0r closed 7 months ago

M3t0r commented 7 months ago
simon:~$ cpufetch            
[ERROR]: Unknown microarchitecture detected: M=0x00000004 EM=0x00000007 F=0x0000000F EF=0x0000000A S=0x00000001
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues
[ERROR]: Found invalid process: '0'
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues

                                                              Name:                AMD Ryzen 5 7640U w/ Radeon 760M Graphics 
                                                              Microarchitecture:   Unknown
                                                              Technology:          Unknown
                                                              Max Frequency:       5.121 GHz
                                                              Cores:               6 cores (12 threads)
                                                              AVX:                 AVX,AVX2,AVX512
                                                              FMA:                 FMA3
                                                              L1i Size:            32KB (192KB Total)
                                                              L1d Size:            32KB (192KB Total)
                                                              L2 Size:             1MB (6MB Total)
                                                              L3 Size:             16MB
                                                              Peak Performance:    983.23 GFLOP/s

simon:~$ cpufetch --debug
[ERROR]: Unknown microarchitecture detected: M=0x00000004 EM=0x00000007 F=0x0000000F EF=0x0000000A S=0x00000001
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues
cpufetch 1.04 (Linux x86_64 build)
AMD Ryzen 5 7640U w/ Radeon 760M Graphics 
- Max standard level: 0x00000010
- Max extended level: 0x80000028
- AMD topology extensions: 1
- CPUID dump: 0x00A70F41
Dr-Noob commented 7 months ago

This was already fixed in commit https://github.com/Dr-Noob/cpufetch/commit/9a46e310e40624a44f9bbef5068320bf2d46ea1b. You need to download and compile from source to enable it.