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
I'm not quite sure what you mean by build a windows package, but I just installed the package with pip in windows python and it shows the correct number of virtual cores (12), physical cores (6) and num_cpus (1). But it still shows 0 for L1, L2, L3 cache.
I suspect it's not worth either of our effort to debug whatever is happening with WSL2 for the CPUs given that WSL2 is surely exclusively used as a dev environment, but perhaps the cache sizes is something that could be fixed since its affecting Windows as well?
cpufeature is detecting 16 virtual cores, when I only have 12. And 0 for the cache sizes.
Output from
lscpu
Output from cpufeature
I wonder if it has anything to do with me running it in Ubuntu via WSL2?
The text was updated successfully, but these errors were encountered: