Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect CUDA Core amount in Maxwell Architecture GPUS #23

Open
LimesKey opened this issue Oct 27, 2023 · 0 comments
Open

Incorrect CUDA Core amount in Maxwell Architecture GPUS #23

LimesKey opened this issue Oct 27, 2023 · 0 comments

Comments

@LimesKey
Copy link
Collaborator

SMM architecture – the Maxwell Multiprocessor (SMM) provides power-efficient performance, with 40% higher performance per CUDA core. Each SMM contains 128 CUDA cores (changed from 192 cores in Kepler). Larger, dedicated shared memory in each SMM.

The number of CUDA Cores per SM has been reduced to a power of two, however with Maxwell's improved execution efficiency, performance per SM is usually within 10% of Kepler performance, and the improved area efficiency of SMM means CUDA Cores per GPU will be substantially higher vs. comparable Fermi or Kepler chips.

https://www.techpowerup.com/gpu-specs/geforce-mx130.c3043

https://fiverr-res.cloudinary.com/image/upload/f_auto,q_auto/v1/secured-attachments/messaging_message/attachment/1ec9952b86925c81f591f9f1046c5f57-1698409177573/Screenshot%202023-10-27%20181712.png?__cld_token__=exp=1698441175~hmac=c984f41d4d6a976bf4a0c05be085315bc7f895f6df3470a433dd1ea7ff80f994

@LimesKey LimesKey changed the title Incorrect CUDA Core amount in Tesla GPUS Incorrect CUDA Core amount in Maxwell Architecture GPUS Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant