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 made a simple program based on this library. I am faced with incorrect data output and I do not know what the problem is, whether I made a mistake or there is an error in the library.
1. Processor CACHE
It is displayed incorrectly. On my laptop, L1 is like L2 and vice versa. The data on the home computer is generally not the same.
Mh, interesting... I fear that this is rather not an issue with hwinfo. For both, windows 10 and 11, the windows API is used to read those information...
I made a simple program based on this library. I am faced with incorrect data output and I do not know what the problem is, whether I made a mistake or there is an error in the library.
1. Processor CACHE
It is displayed incorrectly. On my laptop, L1 is like L2 and vice versa. The data on the home computer is generally not the same.
2. GPU video memory
It shows 4 gb when in fact it has 8gb
Source: https://github.com/andrucom/CAP
I will be grateful if you help me with this problem! I would also like to see an example using cpuid, OpenCL, if they can be used.
The text was updated successfully, but these errors were encountered: