Open andrucom opened 2 weeks ago
Can you check the output of the example built by hwinfo? You can build and run it as described in the README.md. Thanks.
Can you check the output of the example built by hwinfo? You can build and run it as described in the README.md. Thanks.
Unfortunately, I can't check the video memory display right now because I'm not at home.
Interestingly, my friend's program shows correctly, which seems strange to me. By the way, he uses 11, and I use 10
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.