Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Maxwell (microarchitecture)

From Wikipedia, the free encyclopedia
(Redirected fromMaxwell architecture)
GPU microarchitecture by Nvidia
Nvidia Maxwell
NVIDIA GeForce GTX 980ti of the GeForce 900-line of graphics-cards, was the final major iteration featuring the Maxwell microarchitecture (GM200-310).
Release dateFebruary 2014
Fabrication processTSMC28 nm,20 nm,16 nm
History
PredecessorKepler
SuccessorPascal
Support status
Limited support until October 2025
Security updates until October 2028[1]
Photo of James Clerk Maxwell,eponym of architecture[2]

Maxwell is the codename for aGPUmicroarchitecture developed byNvidia as the successor to theKepler microarchitecture. The Maxwell architecture was introduced in later models of theGeForce 700 series and is also used in theGeForce 800M series,GeForce 900 series, andQuadro Mxxx series, as well as someJetson products.

The first Maxwell-based products were the GeForce GTX 745 (OEM), GeForce GTX 750, and the GeForce GTX 750 Ti. Both were released on February 18, 2014, both with the chip code number GM107. Earlier GeForce 700 series GPUs had usedKepler chips with the code numbers GK1xx. First-generation Maxwell GPUs (code numbers GM10x) are also used in the GeForce 800M series and the Quadro Kxxx series. A second generation of Maxwell-based products was introduced on September 18, 2014 with the GeForce GTX 970 and GeForce GTX 980, followed by the GeForce GTX 960 on January 22, 2015, the GeForce GTX Titan X on March 17, 2015, and the GeForce GTX 980 Ti on June 1, 2015. The final and lowest spec Maxwell 2.0 card was the GTX950 released onAug 20th, 2015.These GPUs have GM20x chip code numbers.

Maxwell introduced an improved Streaming Multiprocessor (SM) design that increased power efficiency,[3]the sixth and seventh generation PureVideo HD, andCUDA Compute Capability 5.2.

The architecture is named afterJames Clerk Maxwell, the founder of the theory of electromagnetic radiation.

The Maxwell architecture is used in the system on a chip (SOC), mobile application processor,Tegra X1.

First generation Maxwell (GM10x)

[edit]
Maxwell 107 chip on GTX 750 Ti graphics card with heatsink removed

First generation Maxwell GPUs (GM107/GM108) were released as GeForce GTX 745, GTX 750/750 Ti, GTX 850M/860M (GM107) and GeForce 830M/840M (GM108). These new chips introduced few consumer-facing additional features, as Nvidia instead focused more on increasing GPU power efficiency. The L2 cache was increased from 256 KiB on Kepler to 2 MiB on Maxwell, reducing the need for more memory bandwidth. Accordingly, the memory bus was reduced from 192 bit on Kepler (GK106) to 128 bit, reducing die area, cost, and power draw.[4]

The "SMX" streaming multiprocessor design from Kepler was also retooled and partitioned, being renamed "SMM" for Maxwell. The structure of the warp scheduler was inherited from Kepler, with the texture units and FP64 CUDA cores still shared, but the layout of most execution units were partitioned so that each warp schedulers in an SMM controls one set of 32 FP32 CUDA cores, one set of 8 load/store units and one set of 8 special function units. This is in contrast to Kepler, where each SMX had 4 schedulers that scheduled to a shared pool of execution units.[5] The latter necessitated an SMX-wide crossbar that used unnecessary power to allow all execution units to be shared.[5] Conversely, Maxwell's more modular design allows for a finer-grained and more efficient allocation of resources, saving power when the workload isn't optimal for shared resources. Nvidia claims a 128 CUDA core SMM has 90% of the performance of a 192 CUDA core SMX while efficiency increases by a factor of 2.[4] Also, each Graphics Processing Cluster, or GPC, contains up to 4 SMX units in Kepler, and up to 5 SMM units in first generation Maxwell.[4]

GM107 also supports CUDA Compute Capability 5.0 compared to 3.5 on GK110/GK208 GPUs and 3.0 on GK10x GPUs. Dynamic Parallelism and HyperQ, two features in GK110/GK208 GPUs, are also supported across the entire Maxwell product line. Maxwell also provides native shared memory atomic operations for 32-bit integers and native shared memory 32-bit and 64-bit compare-and-swap (CAS), which can be used to implement other atomic functions.

Nvidia's video encoder, NVENC, was upgraded to be 1.5 to 2 times faster than on Kepler-based GPUs, meaning it can encode video at six to eight times playback speed.[4] Nvidia also claims an eight to ten times performance increase inPureVideo Feature Set E video decoding due to the video decoder cache, paired with increases in memory efficiency. However,H.265 is not supported for full hardware decoding in first generation Maxwell GPUs, relying on a mix of hardware decoding and software decoding (CPU decoding).[4] When decoding video, a new low power state "GC5" is used on Maxwell GPUs to conserve power.[4]

Maxwell GPUs were thought to usetile-based rendering,[6] but they actually use tiled caching.[7]

Since first generation Maxwell,UEFI Graphics Output Protocol is fully supported on NVIDIA GPUs.

Chips

[edit]
  • GM107
  • GM108

Second generation Maxwell (GM20x)

[edit]
Die shot of the GM200 GPU found inside GeForce GTX 980 Ti cards

Second generation Maxwell GPUs introduced several new technologies: Dynamic Super Resolution,[8] Third Generation Delta Color Compression,[9] Multi-Pixel Programming Sampling,[10] Nvidia VXGI (Real-Time-Voxel-Global Illumination),[11] VR Direct,[11][12][13] Multi-Projection Acceleration,[9] Multi-Frame Sampled Anti-Aliasing(MFAA)[14] (however, support for Coverage-Sampling Anti-Aliasing(CSAA) was removed),[15] and Direct3D12 API at Feature Level 12_1. HDMI 2.0 support was also added.[16][17]

The ROP to memory controller ratio was changed from 8:1 to 16:1.[18] However, some of the ROPs are generally idle in the GTX 970 because there are not enough enabled SMMs to give them work to do, reducing its maximum fill rate.[19]

The Polymorph Engine responsible fortessellation was upgraded to version 3.0 in second generation Maxwell GPUs, resulting in improved tessellation performance per unit/clock.

Second generation Maxwell also has up to 4 SMM units per GPC, compared to 5 SMM units per GPC.[18]

GM204 supports CUDA Compute Capability 5.2 (compared to 5.0 on GM107/GM108 GPUs, 3.5 on GK110/GK208 GPUs and 3.0 on GK10x GPUs).[9][18][20]

GM20x GPUs have an upgraded NVENC which supports HEVC encoding and adds support for H.264 encoding resolutions at 1440p/60FPS & 4K/60FPS (compared to NVENC on Maxwell first generation GM10x GPUs which only supported H.264 1080p/60FPS encoding).[13]

After consumer complaints,[21] Nvidia revealed that it is able to disable individual units, each containing 256KB of L2 cache and 8 ROPs, without disabling whole memory controllers.[22] This comes at the cost of dividing the memory bus into high speed and low speed segments that cannot be accessed at the same time for reads, because the L2/ROP unit managing both of the GDDR5 controllers shares the read return channel and the write data bus between the GDDR5 controllers. This makes simultaneous reading from both GDDR5 controllers or simultaneous writing to both GDDR5 controllers impossible.[22] This is used in the GeForce GTX 970, which therefore can be described as having 3.5 GB in a high-speed segment on a 224-bit bus and 512 MB in a low-speed segment on a 32-bit bus.[22] The peak speed of such a GPU can still be attained, but the peak speed figure is only reachable if one segment is executing a read operation while the other segment is executing a write operation.[22]

Chips

[edit]
  • GM200
  • GM204
  • GM206

Performance

[edit]

The theoretical single-precision processing power of a Maxwell GPU inFLOPS is computed as 2 (operations per FMA instruction per CUDA core per cycle) × number of CUDA cores × core clock speed (in Hz).

The theoretical double-precision processing power of a Maxwell GPU is 1/32 of the single precision performance (which has been noted as being very low compared to the previous generationKepler).[23]

Successor

[edit]

The successor to Maxwell is codenamedPascal.[24] The Pascal architecture features higher bandwidth unified memory andNVLink.[24]

See also

[edit]

References

[edit]
  1. ^Kampman, Jeffrey (2025-07-31)."Nvidia confirms end of Game Ready driver support for Maxwell and Pascal GPUs — affected products will get optimized drivers through October 2025".Tom's Hardware. Retrieved2025-08-21.
  2. ^Nguyen, Hubert (February 18, 2014)."NVIDIA Maxwell GPU For GeForce Cards".Ubergizmo. RetrievedApril 5, 2023.
  3. ^"5 Things You Should Know About the New Maxwell GPU Architecture". 2014-02-21.
  4. ^abcdefSmith, Ryan; T S, Ganesh (18 February 2014)."The NVIDIA GeForce GTX 750 Ti and GTX 750 Review: Maxwell Makes Its Move".AnandTech. Archived fromthe original on 18 February 2014. Retrieved18 February 2014.
  5. ^abRyan Smith, Ganesh T S."Maxwell: Designed For Energy Efficiency - The NVIDIA GeForce GTX 750 Ti and GTX 750 Review: Maxwell Makes Its Move". Archived fromthe original on February 21, 2014.
  6. ^Kanter, David (August 1, 2016)."Tile-based Rasterization in Nvidia GPUs".Real World Technologies. RetrievedApril 1, 2016.
  7. ^"On NVIDIA's Tile-Based Rendering".Tech Power Up. March 1, 2017. RetrievedMay 9, 2020.
  8. ^"Dynamic Super Resolution Improves Your Games With 4K-Quality Graphics On HD Monitors".www.nvidia.com.
  9. ^abc"Archived copy"(PDF). Archived fromthe original(PDF) on 2017-07-21. Retrieved2014-09-19.{{cite web}}: CS1 maint: archived copy as title (link)
  10. ^"NVIDIA BatteryBoost: Ditch the Brick".NVIDIA.
  11. ^ab"GeForce Articles, Guides, Gaming News, Featured Stories".www.nvidia.com.
  12. ^"How Maxwell's VR Direct Brings Virtual Reality Gaming Closer to Reality".The Official NVIDIA Blog.
  13. ^abRyan Smith."Display Matters: HDMI 2.0, HEVC, & VR Direct - The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". Archived fromthe original on September 22, 2014.
  14. ^"Multi-Frame Sampled Anti-Aliasing Delivers Better Performance To Maxwell Gamers".www.nvidia.com.
  15. ^"New nVidia Maxwell chips do not support fast CSAA".
  16. ^"GeForce RTX 20 Series Graphics Cards and Laptops".NVIDIA.
  17. ^Ryan Smith."The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". Archived fromthe original on September 22, 2014.
  18. ^abcRyan Smith."Maxwell 2 Architecture: Introducing GM204 - The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". Archived fromthe original on September 22, 2014.
  19. ^"Here's another reason the GeForce GTX 970 is slower than the GTX 980".The Tech Report.
  20. ^"Maxwell: The Most Advanced CUDA GPU Ever Made".Parallel Forall. 19 September 2014.
  21. ^Geoffrey Tim (3 December 2015)."Nvidia's GTX970 has a rather serious memory allocation bug".Lazygamer.net.
  22. ^abcdRyan Smith."Diving Deeper: The Maxwell 2 Memory Crossbar & ROP Partitions - GeForce GTX 970: Correcting The Specs & Exploring Memory Allocation". Archived fromthe original on January 28, 2015.
  23. ^Smith, Ryan (17 March 2015)."The NVIDIA GeForce GTX Titan X Review".AnandTech. p. 2. Archived fromthe original on March 19, 2015. Retrieved6 December 2015....puny native FP64 rate of just 1/32
  24. ^ab"NVIDIA Updates GPU Roadmap; Announces Pascal".The Official NVIDIA Blog.
Fixed pixel pipeline
Pre-GeForce
Vertex andpixel shaders
Unified shaders
Unified shaders &NUMA
Ray tracing &Tensor Cores
Software and technologies
Multimedia acceleration
Software
Technologies
GPU microarchitectures
Other products
GraphicsWorkstation cards
GPGPU software
Console components
Nvidia Shield
SoCs and embedded
CPUs
Computerchipsets
Company
Key people
Acquisitions
Retrieved from "https://en.wikipedia.org/w/index.php?title=Maxwell_(microarchitecture)&oldid=1309654271"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp