Home > Blockchain >  How to check how many compute cores my GPU has under Windows
How to check how many compute cores my GPU has under Windows

Time:10-10

I'm using Windows and I'm trying to find out how many compute cores my GPU has. I'm on a laptop with a 3050 Ti, however, it doesn't seem to be the same as a founder's edition 3050 desktop GPU. I can, however, not seem to find the specifications anywhere. Is there a way to do this in Windows?

CodePudding user response:

I would check the specifications with GPU-Z: https://www.techpowerup.com/download/techpowerup-gpu-z/

CodePudding user response:

The solution for this was to install GPU-Z but then use it to get the exact name of the GPU which can then be looked up. Note also: CUDA cores seems to be the same as compute cores.

  • Related