Kepler GK110-400 Graphics Architecture
Kepler GK110-400 Graphics Architecture
As you can understand, the massive memory partitions, bus-width and combination of GDDR5 memory (quad data rate) allow the GPU to work with a very high framebuffer bandwidth (effective). Let's again put most of the data in a chart to get an idea and better overview of changes:
Graphics card | GeForce GTX 480 | GeForce GTX 580 | GeForce GTX 680 | GeForce GTX 780 | GeForce GTX Titan |
Fabrication node | 40nm | 40nm | 28nm | 28nm | 28nm |
Shader processors | 480 | 512 | 1536 | 2304 | 2688 |
Streaming Multiprocessors (SMX) | 15 | 16 | 8 | 12 | 14 |
Texture Units | 60 | 64 | 128 | 192 | 224 |
ROP units | 48 | 48 | 32 | 48 | 48 |
Graphics Clock (Core) | 700 MHz | 772 MHz | 1006/1058 MHz | 863/900 MHz | 836/876 MHz |
Shader Processor Clock | 1401 MHz | 1544 MHz | 1006/1058 MHz | 863/900 MHz | 836/876 MHz |
Memory Clock / Data rate | 924 MHz / 3696 MHz | 1000 MHz / 4000 MHz | 1502 MHz / 6008 MHz | 1502 MHz / 6008 MHz | 1502 MHz / 6008 MHz |
Graphics memory | 1536 MB | 1536 MB | 2048 MB | 3072 MB | 6144 MB |
Memory interface | 384-bit | 384-bit | 256-bit | 384-bit | 384-bit |
Memory bandwidth | 177 GB/s | 192 GB/s | 192 GB/s | 288 GB/s | 288 GB/s |
Power connectors | 1x6-pin PEG, 1x8-pin PEG | 1x6-pin PEG, 1x8-pin PEG | 2x6-pin PEG | 1x6-pin PEG, 1x8-pin PEG | 1x6-pin PEG, 1x8-pin PEG |
Max board power (TDP) | 250 Watts | 244 Watts | 170 Watts | 250 Watts | 250 Watts |
Recommended Power supply | 600 Watts | 600 Watts | 550 Watts | 600 Watts | 600 Watts |
GPU Thermal Threshold | 105 degrees C | 97 degrees C | 98 degrees C | 95 degrees C | 95 degrees C |
So we talked about the core clocks, specifications and memory partitions. Obviously there's a lot more to talk through. We feel that to be able to understand a graphics processor, you simply need to break it down into small pieces to better understand it. Let's first look at the raw data that most of you can understand and grasp. This bit will be about the Kepler GK110 architecture, if you're not interested in geek talk, by all means please browse to the next page.
Right so have a close look at the GK110 die as shown above. You'll notice the five green clusters. These are the polymorph GPC engines, each containing 3 SMX clusters, 5 x 3 = 15 SMX clusters in total. You'll spot six 64-bit memory interfaces, bringing in a 384-bit path towards the graphics memory. That's instant extra memory bandwith by the way, combined with a 6 Gbps clock, the cards can reach 288 GB/sec.
So above we see the GK110 block diagram that entails Kepler architecture. Let's break it down into bits and pieces. The GK110-400 will have:
- 2688 (Titan) or 2304 (GTX 780) CUDA processors (Shader cores)
- 192 CUDA cores per cluster (SMX).
When we zoom in ever further at one SMX cluster (192 shader processors) we see a change change from the GK104 (GTX 680) as there are 64 double-precision math units.
The SMX has quite a bit more bite in terms of shader, texture and geometry processing. 192 CUDA cores, that's six times the number of cores per SM opposed to Fermi. In the pipeline we run into the ROP (Raster Operation) engine and the GK110 has 48 engines for features like pixel blending and AA. The GK110 has 64KB of L1 cache for each SMX plus a special 48KB texture unit memory that can be utilized as a read-only cache. L2 cache wise things remain the same across the SMX units compared to the GK104, 1.5 MB. The GPU’s Texture units are a valuable resource for compute programs with a need to sample or filter image data. The texture throughput in Kepler is significantly increased compared to Fermi – each SMX unit contains 16 texture filtering units.
- GeForce GTX 580 has 16 SMX x 4 Texture units = 64
- GeForce GTX 680 has 8 SMX x 16 Texture units = 128
- GeForce GTX 780 has 12 SMX x 16 Texture units = 192
- GeForce GTX Titan has 14 SMX x 16 Texture units = 224
So there's a total 15 SMX x16 TU = 240 texture filtering units available for the GK110 silicon itself (if all SMXes where enabled). Still with me?