cpufeature
cpufeature copied to clipboard
Python module for detection of CPU features
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?