cpufeature icon indicating copy to clipboard operation
cpufeature copied to clipboard

Python module for detection of CPU features

Results 6 cpufeature issues
Sort by recently updated
recently updated
newest added

Please consider adding this feature flag

Hi there, I'm having trouble using this library. Whenever I try to run: ``` import cpufeature ``` I get: ``` Floating point exception (core dumped) ``` My CPU info is:...

Hi, The following code gives a floating point exception under RHEL 7.9 under x86-64 using Intel Xeon - `python3 -c "import cpufeature; cpufeature.print_features()"` I noticed from https://github.com/robbmcleod/cpufeature/issues/11 that you added...

cpufeature is detecting 16 virtual cores, when I only have 12. And 0 for the cache sizes. Output from `lscpu` ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48...

Now, there is new feature as **avx512_bf16**, Would you considering continuing to support?