Maxwell: Designed For Energy Efficiency

While Maxwell doesn’t come with a significant overhaul of its high level feature set, the same cannot be said for the low level design of Maxwell. In fact the consistency at a high level betrays just how much work NVIDIA has done under the hood in order to improve their efficiency for Maxwell. Maxwell isn’t a complete overhaul of NVIDIA’s designs, nor is it even as aggressive as Kepler was when it eliminated Fermi’s hot clocks in favor of a wider design, but it has a number of changes that are important to understanding the architecture and more importantly understanding how NVIDIA is achieving their efficiency goals.

Broadly speaking, with Maxwell NVIDIA is almost solely focused on improving energy efficiency and performance per watt. This extends directly from NVIDIA’s mobile first design strategy for Maxwell, where the company needs to maximize energy efficiency in order to compete and win within the mobile space. If NVIDIA can bring down their energy consumption, then due to the power limiting factor we mentioned earlier they can use that recovered power overhead to further improve their performance. This again being especially noticeable in SoC-class products and discrete mobile due to the low power budgets these platforms provide.

To a lesser extent NVIDIA is also focused on space efficiency. GPU production costs and space efficiency go hand-in-hand, so there’s an interest in improving the density of their designs with Maxwell. This is especially the case when the earlier power savings allow for a wider GPU with a larger number of functional units within the same power envelope. Denser designs allow for NVIDIA to offer similar performance as larger Kepler GPUs (e.g. GK106) with a smaller Maxwell GPU.

To achieve this NVIDIA has taken a number of steps, some of which they’ve shared with us at a high level and some of which they haven’t. NVIDIA is taking a bit of a “secret sauce” approach to Maxwell from a design level, so while we know a fair bit about its execution model we don’t know quite as much about the little changes that add up to Maxwell’s energy and space savings. However NVIDIA tells us that overall they’ve been able to outright double their performance-per-watt on Maxwell versus Kepler, which is nothing short of amazing given the fact that all of this is being done on the same 28nm process as Kepler.

We’ll go over execution flow and the other gritty details on the next page, but for now let’s start with a look at NVIDIA’s Streaming Multiprocessor designs for Kepler (SMX) and Maxwell (SMM).

Immediately we can see a significant difference in the layout between the SMX and the new SMM. Whereas the SMX was for all practical purposes a large, flat design with 4 warp schedulers and 15 different execution blocks, the SMM has been heavily partitioned. Physically each SMM is still one contiguous unit, not really all that different from an SMX. But logically the execution blocks which each warp scheduler can access have been greatly curtailed.

The end result is that in an SMX the 4 warp schedulers would share most of their execution resources and work out which warp was on which execution resource for any given cycle. But on an SMM, the warp schedulers are removed from each other and given complete dominion over a far smaller collection of execution resources. No longer do warp schedulers have to share FP32 CUDA cores, special function units, or load/store units, as each of those is replicated across each partition. Only texture units and FP64 CUDA cores are shared.

Among the changes NVIDIA made to reduce power consumption, this is among the greatest. Shared resources, though extremely useful when you have the workloads to fill them, do have drawbacks. They’re wasting space and power if not fed, the crossbar to connect all of them is not particularly cheap on a power or area basis, and there is additional scheduling overhead from having to coordinate the actions of those warp schedulers. By forgoing the shared resources NVIDIA loses out on some of the performance benefits from the design, but what they gain in power and space efficiency more than makes up for it.

NVIDIA hasn’t given us hard numbers on SMM power efficiency, but for space efficiency a single 128 CUDA core SMM can deliver 90% of the performance of a 192 CUDA core SMX at a much smaller size.

Moving on, along with the SMM layout changes NVIDIA has also made a number of small tweaks to improve the IPC of the GPU. The scheduler has been rewritten to avoid stalls and otherwise behave more intelligently. Furthermore by achieving higher utilization of their existing hardware, NVIDIA doesn’t need as many functional units to hit their desired performance targets, which in turn saves on space and ultimately power consumption.

While on the subject of performance efficiency, NVIDIA has also been working on memory efficiency too. From a performance perspective GDDR5 is very powerful, however it’s also very power hungry, especially in comparison to DDR3. With GM107 in particular being a 128-bit design that would need to compete with the likes of the 192-bit GK106, NVIDIA has massively increased the amount of L2 cache they use, from 256KB in GK107 to 2MB on GM107. This reduces the amount of traffic that needs to cross the memory bus, reducing both the power spent on the memory bus and the need for a larger memory bus altogether.

Increasing the amount of cache always represents an interesting tradeoff since cache is something of a known quantity and is rather dense, but it’s only useful if there are memory stalls or other memory operations that it can cover. Consequently we often see cache implemented in relation to whether there are any other optimizations available. In some cases it makes more sense to use the transistors to build more functional units, and in other cases it makes sense to build the cache. After staying relatively stagnant on their cache sizes for so long, it looks like the balance has finally shifted and the cache increase makes the most sense for NVIDIA.

Of course even these changes are relatively high level from an ASIC perspective. There’s always the possibility for low-level changes and NVIDIA has followed through on these too. Case in point, both NVIDIA and AMD have been steadily improving their clock gating capabilities, and with Maxwell NVIDIA has taken another step in their designs. NVIDIA isn’t telling us just how fine grained their gating is now for Maxwell, but it’s a finer granularity than it was on Kepler. Given the new SM design, the most likely change was likely the ability to control the individual partitions and/or the functional units within those partitions, but this is just supposition on our part.

Finally there’s the lowest of low level optimizations, which is transistor level optimizations. Again NVIDIA hasn’t provided a ton of details here, but they tell us they’ve gone through at the transistor level to squeeze out additional energy efficiency as they could find it. Given that TSMC 28nm is now a very mature process with well understood abilities and quirks, NVIDIA should be able to design and build their circuits to a tighter tolerance now than they would have been able to when working on GK107 over 2 years ago.

Maxwell’s Feature Set: Kepler Refined GeForce GTX 750 Ti & GTX 750 Specifications & Positioning
Comments Locked

177 Comments

View All Comments

  • jukkie - Friday, February 21, 2014 - link

    I see the GTX 750 Ti as a direct competitor to the HD 7770, so why was AMD's card left out of the list?
    Hmmm...
  • Novaguy - Saturday, February 22, 2014 - link

    I thought AMD's plan is to put the 7850/r7 265 up against the 750 Ti, not the 7770. The HD 7770 really isn't the direct competitor to the 750 Ti; it's usually had around $110. I would guess that if there's anything the HD 7770 competes against, it would be the upcoming 750.
  • th3parasit3 - Friday, February 21, 2014 - link

    I'm still running a GTX460 768MB with an E8500 at stock (built in 2010), mind you my display is only 1650x1050. To me, Maxwell is a huge advancement -- not because of its ability to deliver great FPS at 1080p, but because of its power requirements, or lack thereof.

    AMD burned me on a faulty 5770, so I have much love for NVIDIAs driver support and performance boosts. Looks like after a four year holding pattern, 2014-15 is the year I upgrade my GPU and rebuild. Sign me up for a 750ti and a 860/870.
  • Grandal - Saturday, February 22, 2014 - link

    These seem to be ready made Steam Box drop-ins to me. Will hit the thermal requirements at the perfect time to win the "reference" Steam Box GPU battle.
  • Novaguy - Saturday, February 22, 2014 - link

    Hmm, beyond using this to upgrade my oem boxes from radeon 7750's, I'll love to see this turned into a mid-range mobile card. 750 Ti downclocked for mobile (maybe this is the 850M/860M) would be a nice upgrade over 750M/755M and even possibly even the 760M/765M. It's already below the 75 W TDP those 760M/765M MXM cards call for....
  • Novaguy - Saturday, March 1, 2014 - link

    Just broke down and bought a 750 ti to upgrade from a 7750. Really nice, runs really cool. Definitely worth it for those of you who want to upgrade oem boxes without dealing with the psu, especially if you flip the 7750 at the usual places.
  • dr_sn0w - Wednesday, February 26, 2014 - link

    So, gurus, please tell me if the GTX 750 ti OC will support 4k resolution or not. Thanks.
  • av30 - Friday, March 7, 2014 - link

    I really would have liked to see how the vanilla 750 performed in the HTPC environment in relation to the GT 640. Any chance of updating that section of the review?
  • kamlesh - Wednesday, March 12, 2014 - link

    I m realy curious about Tegra K1 and its succsessor... Leave K1 beside for a moment and see if gtx 750 having 512 cuda cores n draws 55W and gtx 750ti having 640 drws 60W then if u calculate maxwell's each cuda (veriably) draw 0.039W(if clocked at 1ghz or abov). Means if next Tegra uses 2smx of maxwell (256 cores) it might use only 4W (CONSIDERING 20NM AND ~600MHZ CLOCK GPU) and and max 5W with entire SoC.
  • Gadgety - Saturday, March 22, 2014 - link

    Yep me too. Specially the K1 successor, even though the K1 itself is barely out. GPU per watt likely to yield amazing mobile graphics.

Log in

Don't have an account? Sign up now