Skip to content
Surf Wiki
Save to docs
general/geforce-series

From Surf Wiki (app.surf) — the open knowledge base

GeForce 900 series

Series of GPUs by Nvidia

GeForce 900 series

Summary

Series of GPUs by Nvidia

FieldValue
nameGeForce 900 series
image[[File:GTX 900 series logo with slogan.png300px]]
[[File:GTX980tiFE.jpg300px]]
captionTop: Logo of the series
Bottom: A GeForce GTX 980 Ti released in 2015, the series' highest-end non-Titan model
codenameGM20x
architectureMaxwell
created
modelGeForce series
model1GeForce GT series
model2GeForce GTX series
transistors2.94B (GM206)
transistors15.2B (GM204)
transistors28.0B (GM200)
fabTSMC
process28 nm
midrange
highend
enthusiast
openglversionOpenGL 4.6
d3dversionDirect3D 12 (feature level 12_1)
Shader Model 6.7
openclversionOpenCL 3.0
vulkanapiVulkan 1.4
SPIR-V
predecessor
successorGeForce 10 series
support statusLimited support until November 2025
Security updates until October 2028

Bottom: A GeForce GTX 980 Ti released in 2015, the series' highest-end non-Titan model Shader Model 6.7 SPIR-V Security updates until October 2028 The GeForce 900 series is a family of graphics processing units developed by Nvidia, succeeding the GeForce 700 series and serving as the high-end introduction to the Maxwell microarchitecture, named after James Clerk Maxwell. They were produced with TSMC's 28 nm process.

With Maxwell, the successor to Kepler, Nvidia expected three major outcomes: improved graphics capabilities, simplified programming, and better energy efficiency compared to the GeForce 700 series and GeForce 600 series.

Maxwell was announced in September 2010, with the first Maxwell-based GeForce consumer-class products released in early 2014.

Architecture

Main article: Maxwell (microarchitecture)

{{Anchor|SMM}}First generation Maxwell (GM10x)

First generation Maxwell GM107/GM108 were released as GeForce GTX 745, GTX 750/750 Ti and GTX 850M/860M (GM107) and GT 830M/840M (GM108). These new chips provide few consumer-facing additional features; Nvidia instead focused on power efficiency. Nvidia increased the amount of L2 cache from 256 KiB on GK107 to 2 MiB on GM107, reducing the memory bandwidth needed. Accordingly, Nvidia cut the memory bus from 192 bit on GK106 to 128 bit on GM107, further saving power. Nvidia also changed the streaming multiprocessor design from that of Kepler (SMX), naming it SMM. The structure of the warp scheduler is inherited from Kepler, which allows each scheduler to issue up to two instructions that are independent from each other and are in order from the same warp. The layout of SMM units is partitioned so that each of the 4 warp schedulers in an SMM controls 1 set of 32 FP32 CUDA cores, 1 set of 8 load/store units, and 1 set of 8 special function units. This is in contrast to Kepler, where each SMX has 4 schedulers that schedule to a shared pool of 6 sets of 32 FP32 CUDA cores, 2 sets of 16 load/store units, and 2 sets of 16 special function units. These units are connected by a crossbar that uses power to allow the resources to be shared. This crossbar is removed in Maxwell. Texture units and FP64 CUDA cores are still shared. SMM allows for a finer-grain allocation of resources than SMX, saving power when the workload isn't optimal for shared resources. Nvidia claims a 128 CUDA core SMM has 86% of the performance of a 192 CUDA core SMX. 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.

GM107 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 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.

While it was once thought that Maxwell used tile-based immediate mode rasterization, Nvidia corrected this at GDC 2017 saying Maxwell instead uses Tile Caching.

NVENC

Main article: Nvidia NVENC

Maxwell-based GPUs also contain the NVENC SIP block introduced with Kepler. Nvidia's video encoder, NVENC, is 1.5 to 2 times faster than on Kepler-based GPUs meaning it can encode video at 6 to 8 times playback speed.

PureVideo

Main article: Nvidia PureVideo

Nvidia also claims an 8 to 10 times performance increase in PureVideo 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, relying on a mix of hardware and software decoding. When decoding video, a new low power state "GC5" is used on Maxwell GPUs to conserve power.

Second generation Maxwell (GM20x)

Second generation Maxwell introduced several new technologies: Dynamic Super Resolution, Third Generation Delta Color Compression, Multi-Pixel Programming Sampling, Nvidia VXGI (Real-Time-Voxel-Global Illumination), VR Direct, Multi-Projection Acceleration, and Multi-Frame Sampled Anti-Aliasing (MFAA) (however support for Coverage-Sampling Anti-Aliasing (CSAA) was removed). HDMI 2.0 support was also added.

Second generation Maxwell also changed the ROP to memory controller ratio from 8:1 to 16:1. 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 and therefore reduces its maximum fill rate.

Second generation 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. Maxwell GM206 GPU supports full fixed function HEVC hardware decoding.

Async compute support

While the Maxwell series was marketed as fully DirectX 12 compliant, Oxide Games, developer of Ashes of the Singularity, uncovered that Maxwell-based cards do not perform well when async compute is utilized.

It appears that while this core feature is in fact exposed by the driver, Nvidia partially implemented it through a driver-based shim, coming at a high performance cost. Unlike AMD's competing GCN-based graphics cards which include a full implementation of hardware-based asynchronous compute, Nvidia planned to rely on the driver to implement a software queue and a software distributor to forward asynchronous tasks to the hardware schedulers, capable of distributing the workload to the correct units. Asynchronous compute on Maxwell therefore requires that both a game and the GPU driver be specifically coded for asynchronous compute on Maxwell in order to enable this capability. The 3DMark Time Spy benchmark shows no noticeable performance difference between asynchronous compute being enabled or disabled. Asynchronous compute is disabled by the driver for Maxwell.

Oxide claims that this led to Nvidia pressuring them not to include the asynchronous compute feature in their benchmark at all, so that the 900 series would not be at a disadvantage against AMD's products which implement asynchronous compute in hardware.

Maxwell requires that the GPU be statically partitioned for asynchronous compute to allow tasks to run concurrently. Each partition is assigned to a hardware queue. If any of the queues that are assigned to a partition empty out or are unable to submit work for any reason (e.g. a task in the queue must be delayed until a hazard is resolved), the partition and all of the resources in that partition reserved for that queue will idle. Asynchronous compute therefore could easily hurt performance on Maxwell if it is not coded to work with Maxwell's static scheduler. Furthermore, graphics tasks saturate Nvidia GPUs much more easily than they do to AMD's GCN-based GPUs which are much more heavily weighted towards compute, so Nvidia GPUs have fewer scheduling holes that could be filled by asynchronous compute than AMD's. For these reasons, the driver forces a Maxwell GPU to place all tasks into one queue and execute each task in serial, and give each task the undivided resources of the GPU no matter whether or not each task can saturate the GPU or not.

Products

GeForce 900 (9xx) series

ModelLaunchCode nameProcessTransistors (billion)Die size (mm2)Core configBus interfaceL2 Cache
(MB)Clock SpeedsMemoryFillrateProcessing power (GFLOPS)TDP (Watts)SLI supportRelease price (USD)Base (MHz)Boost (MHz)Memory (MT/s)Size (GB)Bandwidth (GB/s)Bus typeBus width (bit)Pixel (GP/s)Texture (GT/s)Single precisionDouble precisionMSRPGeForce GT 945AGeForce GTX 950GeForce GTX 950 (OEM)GeForce GTX 960GeForce GTX 960 (OEM)GeForce GTX 970GeForce GTX 980GeForce GTX 980 TiGeForce GTX Titan X
February, 2016GM108TSMC
28HP512:24:8 (4)PCIe 3.0 x8?1072117618001 / 214.4DDR3 / GDDR5648.5
9.425.7
28.21,097.7
1,204.234.3
37.633rowspan="1"
August 20, 2015GM206-2502.94227768:48:32 (6)PCIe 3.0 x1611024118866002105.7GDDR512832.7
38.049.1
57.01,572.8
1,824.749.1
57.090 (75)2-way SLI159
GM2061024:64:32 (8)935500080.029.9
59.8
1,914.9
,59.8
January 22, 2015GM206-3001127117870002
4112.136.0
37.672.1
75.32,308.0
2,412.572.1
75.3120199
GM2045.23981280:80:48 (10)92450003120.019244.3
73.9
2,365.4
,73.9
September 18, 2014GM204-2001664:104:56 (13)1.751050117870003.5 +
0.5196.3 +
28.0224 +
3258.8
65.9109.2
122.53,494.4
3,920.3109.2
122.51454-way SLI329
September 18, 2014GM204-4002048:128:64 (16)2112612164224.325672.0
77.8144.1
155.64,612.0
4,980.7144.1
155.6165549
June 1, 2015GM200-31086012816:176:96 (22)3100010756336.538496.0
103.2176.0
189.25,632.0
6,054.4176.0
189.2250649
March 17, 2015GM200-4003072:192:96 (24)12192.0
206.46,144.0
6,604.8192.0
206.4999

GeForce 900M (9xxM) series

Some implementations may use different specifications.

ModelLaunchCode nameFab (nm)Transistors (million)Die size (mm2)Bus interfaceCore configClock speedsFillrateMemoryAPI support (version)Processing power (GFLOPS)TDP (watts)SLI supportBase core clock (MHz)Boost core clock (MHz)Memory (MT/s)Pixel (GP/s)Texture (GT/s)Size (MiB)Bandwidth (GB/s)TypeBus width (bit)DirectXOpenGLOpenCLVulkanSingle precisionDouble precisionGeForce 910MGeForce 920MGeForce 920MXGeForce 930MGeForce 930MXGeForce 940MGeForce 940MXGeForce 945MGeForce GT 945AGeForce GTX 950MGeForce GTX 960MGeForce GTX 965MGeForce GTX 970MGeForce GTX 980M
Aug 18, 2015GF11728585116PCIe 3.0 x896:16:8775155018003.112.4102414.4GDDR36412.0 (11_0)4.61.1297.61/12 of SP33No
March 15, 2015GK20887384:16:85755755.139.220481.21.1441.618.4
March 13, 2015GF11758511696:16:877515503.112.410241.1297.61/12 of SP
GK20887384:32:169549547.630.520481.21.1732.722.9
March 2016GM1081870148256:24:8107211768.5825.72048DDR3 GDDR55491/32 of SP16
March 13, 2015384:24:89289417.422.32048DDR3712.722.333
March 1, 2016PCIe 3.0 x8384:24:8952102020002048DDR3 GDDR5
March 13, 2015GM1071870148PCIe 3.0 x16640:40:1610291100200216.541.2204816 - 80.2GDDR5 DDR31281.21.1131741.175No
GM108PCIe 3.0 x8384:24:88.224.764790.324.733
March 10, 20161870148384:24:8112212428.9826.932048
409616.02 (DDR3)
40.1 (GDDR5)861.723
2015GM107640:40:1610291085rowspan="2"16.4641.2rowspan="2"rowspan="2"DDR3 GDDR51281,317.1rowspan="2"75rowspan="2"
GM108PCIe 3.0 x8384:24:8112212428.9826.9364861.723
March 13, 2015384:24:81072117618008.5825.73204814.4DDR333
March 13, 2015GM1071870148PCIe 3.0 x16640:40:169141085501214.636.62048(GDDR5)
4096(DDR3)80(GDDR5)
32(DDR3)DDR3 GDDR51281.21.1117036.5675No
640:40:161029108516.541.22048
409680GDDR5131741.1665
January 5, 2015GM20452003981024:64:32924950500030.260.412.0 (12_1)194560.7860Yes
October 7, 20141280:80:48924993501237.073.93072
6144120192236573.975
1536:96:641038112749.899.64096
8192160url=https://www.hardware.fr/focus/106/gtx-970-3-5-go-224-bit-lieu-4-go-256-bit.htmltitle=GTX 970: 3.5 Go et 224-bit au lieu de 4 Go et 256-bit ?first=Damienlast=Trioletlanguage=frwork=Hardware.FRdate=February 4, 2016access-date=May 27, 2016}}318999.6100

Advertising controversy

GTX 970 hardware specifications

Nvidia GeForce GTX 970 PCB and die

Issues with the GeForce GTX 970's specifications were first brought up by users when they found out that the cards, while featuring 4 GB of memory, rarely accessed memory over the 3.5 GB boundary. Further testing and investigation eventually led to Nvidia issuing a statement that the card's initially announced specifications had been altered without notice before the card was made commercially available, and that the card took a performance hit once memory over the 3.5 GB limit were put into use.

The card's back-end hardware specifications, initially announced as being identical to those of the GeForce GTX 980, differed in the amount of L2 cache (1.75 MB versus 2 MB in the GeForce GTX 980) and the number of ROPs (56 versus 64 in the 980). Additionally, it was revealed that the card was designed to access its memory as a 3.5 GB section, plus a 0.5 GB one, access to the latter being 7 times slower than the first one. The company then went on to promise a specific driver modification in order to alleviate the performance issues produced by the cutbacks suffered by the card. However, Nvidia later clarified that the promise had been a miscommunication and there would be no specific driver update for the GTX 970. Nvidia claimed that it would assist customers who wanted refunds in obtaining them. On February 26, 2015, Nvidia CEO Jen-Hsun Huang went on record in Nvidia's official blog to apologize for the incident. In February 2015 a class-action lawsuit alleging false advertising was filed against Nvidia and Gigabyte Technology in the U.S. District Court for Northern California.

Nvidia revealed that it is able to disable individual units, each containing 256KB of L2 cache and 8 ROPs, without disabling whole memory controllers. 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 unless one segment is reading while the other segment is writing because the L2/ROP unit managing both of the GDDR5 controllers shares the read return channel and the write data bus between the two GDDR5 controllers and itself. This is used in the GeForce GTX 970, which therefore can be described as having 3.5 GB in its high speed segment on a 224-bit bus and 0.5 GB in a low speed segment on a 32-bit bus.

On July 27, 2016, Nvidia agreed to a preliminary settlement of the U.S. class action lawsuit, offering a $30 refund on GTX 970 purchases. The agreed upon refund represents the portion of the cost of the storage and performance capabilities the consumers assumed they were obtaining when they purchased the card.

Support

Driver 368.81 is the last driver to support Windows XP/Windows XP 64-bit.

32-bit drivers for 32-bit operating systems were discontinued after the release of driver 391.35 in March 2018.

Notebook GPUs based on the Kepler architecture moved to legacy support in April 2019 and stopped receiving critical security updates after April 2020. The Nvidia GeForce 910M and 920M from the 9xxM GPU family are affected by this change.

Nvidia announced that after the release of the 470 driver branch, it would transition driver support for the Windows 7 and Windows 8.1 operating systems to legacy status and continue to provide critical security updates for these operating systems through September 2024.

In May 2025, Nvidia discontinued developer support for the Maxwell, Pascal, and Volta architectures, which includes the GeForce 900 series. On July 1, 2025, Nvidia announced that driver branch 580 will be the last to support these architectures.

References

References

  1. Ryan Smith. "Maxwell 2's New Features: Direct3D 11.3 & VXGI - The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". anandtech.com.
  2. "Maxwell and DirectX 12 Delivered". The Official NVIDIA Blog.
  3. "MSDN Blogs". Microsoft.
  4. Ryan Smith. "Microsoft Details Direct3D 11.3 & 12 New Rendering Features". anandtech.com.
  5. (February 10, 2016). "Vulkan Driver Support". [[Nvidia]].
  6. 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".
  7. "Nvidia: Next-Generation Maxwell Architecture Will Break New Grounds - X-bit labs". xbitlabs.com.
  8. Ryan Smith. "GTC 2010 Day 1: NVIDIA Announces Future GPU Families for 2011 And 2013". anandtech.com.
  9. "GeForce GTX 750 Class GPUs: Serious Gaming, Incredible Value". geforce.com.
  10. Ryan Smith, Ganesh T S. "Maxwell: Designed For Energy Efficiency - The NVIDIA GeForce GTX 750 Ti and GTX 750 Review: Maxwell Makes Its Move". anandtech.com.
  11. Kanter, David. (August 1, 2016). "Tile-based Rasterization in Nvidia GPUs". Real World Technologies.
  12. Triolet, Damien. (March 3, 2017). "GDC: Nvidia talks about Tile Caching by Maxwell and Pascal". Hardware.fr.
  13. (February 18, 2014). "The NVIDIA GeForce GTX 750 Ti and GTX 750 Review: Maxwell Makes Its Move". [[AnandTech]].
  14. "Dynamic Super Resolution Improves Your Games With 4K-Quality Graphics On HD Monitors". geforce.com.
  15. "Whitepaper: NVIDIA GeForce GTX 980".
  16. "NVIDIA - Maintenance". geforce.com.
  17. "Maxwell's Voxel Global Illumination Technology Introduces Gamers To The Next Generation Of Graphics". geforce.com.
  18. "NVIDIA Maxwell GPUs: The Best Graphics Cards For Virtual Reality Gaming". geforce.com.
  19. "How Maxwell's VR Direct Brings Virtual Reality Gaming Closer to Reality". The Official NVIDIA Blog.
  20. Ryan Smith. "Display Matters: HDMI 2.0, HEVC, & VR Direct - The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". anandtech.com.
  21. "Multi-Frame Sampled Anti-Aliasing Delivers Better Performance To Maxwell Gamers". geforce.com.
  22. "New nVidia Maxwell chips do not support fast CSAA". realhardwarereviews.com.
  23. "Introducing The Amazing New GeForce GTX 980 & 970". geforce.com.
  24. Ryan Smith. "The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". anandtech.com.
  25. Ryan Smith. "Maxwell 2 Architecture: Introducing GM204 - The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". anandtech.com.
  26. (October 2014). "Here's another reason the GeForce GTX 970 is slower than the GTX 980". techreport.com.
  27. Ryan Smith. "NVIDIA Launches GeForce GTX 960". anandtech.com.
  28. Ryan Smith. "NVIDIA Launches GeForce GTX 950; GM206 The Lesser For $159". anandtech.com.
  29. [https://international.download.nvidia.com/geforce-com/international/images/nvidia-geforce-gtx-980-ti/nvidia-geforce-gtx-980-ti-directx-12-advanced-api-support.png Advanced API support] nvidia.com
  30. "GeForce GTX 980 - Specifications - GeForce". geforce.com.
  31. "DX12 GPU and CPU Performance Tested: Ashes of the Singularity Benchmark". pcper.com.
  32. Hilbert Hagedoorn. (August 31, 2015). "Nvidia Wanted Oxide dev DX12 benchmark to disable certain DX12 Features ? (content updated)". Guru3D.com.
  33. (August 16, 2015). "The Birth of a new API". Oxide Games.
  34. (August 17, 2015). "[Various] Ashes of the Singularity DX12 Benchmarks". Overclock.net.
  35. (August 31, 2015). "Lack of Async Compute on Maxwell Makes AMD GCN Better Prepared for DirectX 12". TechPowerUp.
  36. Hilbert Hagedoorn. (June 24, 2015). "AMD Radeon R9 Fury X review". Guru3D.com.
  37. (August 17, 2015). "[Various] Ashes of the Singularity DX12 Benchmarks". Overclock.net.
  38. Shrout, Ryan. (July 14, 2016). "3DMark Time Spy: Looking at DX12 Asynchronous Compute Performance". PC Perspective.
  39. Smith, Ryan. (July 20, 2016). "The NVIDIA GeForce GTX 1080 & GTX 1070 Founders Editions Review: Kicking Off the FinFET Generation". AnandTech.
  40. "Sprout Pro by HP". [[Hewlett-Packard.
  41. (2016-02-09). "Linux, Solaris, and FreeBSD driver 361.28 (long-lived branch release)". Nvidia.
  42. "NVIDIA GeForce 945A Specs".
  43. "GTX 950 {{pipe}} Specifications". GeForce.
  44. Shilov, Anton. "GIGABYTE Adds 75W GeForce GTX 950 to Lineup".
  45. "GeForce GTX 950 (OEM) {{pipe}} Specifications {{pipe}} GeForce".
  46. "GTX 960 {{pipe}} Specifications". GeForce.
  47. (18 October 2015). "Nvidia GeForce GTX 960 2GB vs 4GB review".
  48. "GeForce GTX 960 (OEM) {{pipe}} Specifications {{pipe}} GeForce".
  49. "GTX 970 {{pipe}} Specifications". GeForce.
  50. (January 26, 2015). "Nvidia: the GeForce GTX 970 works exactly as intended, A look inside the card's unusual memory config". [[The Tech Report]].
  51. "GTX 980 {{pipe}} Specifications". GeForce.
  52. "GTX 980 Ti {{pipe}} Specifications". GeForce.
  53. "GTX TITAN X {{pipe}} Specifications". GeForce.
  54. (September 18, 2014). "The NVIDIA GeForce GTX 980 Review: Maxwell Mark 2". [[AnandTech]].
  55. Ryan Smith. "The NVIDIA GeForce GTX Titan X Review". anandtech.com.
  56. "GeForce 910M - Specifications - GeForce". geforce.com.
  57. "Archived copy".
  58. (August 22, 2022). "NVIDIA GeForce 910M Specs | TechPowerUp GPU Database". Techpowerup.com.
  59. "GeForce 920M - Specifications - GeForce". geforce.com.
  60. "NVIDIA GeForce 920M". TechPowerUp.
  61. "NVIDIA GeForce 920M". TechPowerUp.
  62. "GeForce 920MX - Specifications - GeForce". geforce.com.
  63. (August 22, 2022). "NVIDIA GeForce 920MX Specs | TechPowerUp GPU Database". Techpowerup.com.
  64. "GeForce 930M - Specifications - GeForce". geforce.com.
  65. "NVIDIA GeForce 930M". TechPowerUp.
  66. "GeForce 930MX - Specifications - GeForce". geforce.com.
  67. (August 22, 2022). "NVIDIA GeForce 930MX Specs | TechPowerUp GPU Database". Techpowerup.com.
  68. "GeForce 940M - Specifications - GeForce". geforce.com.
  69. "NVIDIA GeForce 940M". TechPowerUp.
  70. "NVIDIA GeForce 940M". TechPowerUp.
  71. "GeForce 940MX - Specifications - GeForce". geforce.com.
  72. "NVIDIA GeForce 940MX". TechPowerUp GPU Database.
  73. "GeForce 945M - Specifications - GeForce". geforce.com.
  74. (August 22, 2022). "NVIDIA GeForce 945M Specs | TechPowerUp GPU Database". Techpowerup.com.
  75. (August 22, 2022). "NVIDIA GeForce 945M Specs | TechPowerUp GPU Database". Techpowerup.com.
  76. NVIDIA™ GeForceGT 945A (1GB GDDR5) user-selectable by application via NVIDIA Control Panel http://store.hp.com/us/en/ContentView?catalogId=10051&langId=-1&storeId=10151&eSpotName=Sprout-Pro#!
  77. (August 22, 2022). "NVIDIA GeForce 945A Specs | TechPowerUp GPU Database". Techpowerup.com.
  78. "GeForce GTX 950M - Specifications - GeForce". geforce.com.
  79. "NVIDIA GeForce GTX 950M". TechPowerUp.
  80. "NVIDIA GeForce GTX 980". TechPowerUp.
  81. "GeForce GTX 960M - Specifications - GeForce". geforce.com.
  82. "NVIDIA GeForce GTX 960M". TechPowerUp.
  83. "GeForce GTX 965M - Specifications - GeForce". geforce.com.
  84. "NVIDIA GeForce GTX 965M". TechPowerUp.
  85. "GeForce GTX 970M - Specifications - GeForce". geforce.com.
  86. "GeForce GTX 980M - Specifications - GeForce". geforce.com.
  87. Triolet, Damien. (February 4, 2016). "GTX 970: 3.5 Go et 224-bit au lieu de 4 Go et 256-bit ?". Hardware.FR.
  88. "NVIDIA Discloses Full Memory Structure and Limitations of GTX 970". PCPer.
  89. (January 24, 2015). "GeForce GTX 970 Memory Issue Fully Explained – Nvidia's Response". WCFTech.
  90. (January 26, 2015). "Why Nvidia's GTX 970 slows down when using more than 3.5GB VRAM". PCGamer.
  91. "GeForce GTX 970: Correcting The Specs & Exploring Memory Allocation". AnandTech.
  92. (January 28, 2015). "NVIDIA Working on New Driver For GeForce GTX 970 To Tune Memory Allocation Problems and Improve Performance". WCFTech.
  93. (January 29, 2015). "NVIDIA clarifies no driver update for GTX 970 specifically". PC World.
  94. (January 28, 2015). "NVIDIA Plans Driver Update for GTX 970 Memory Issue, Help with Returns". pcper.com.
  95. (February 26, 2015). "Nvidia CEO addresses GTX 970 controversy". PCGamer.
  96. Chalk, Andy. (February 22, 2015). "Nvidia faces false advertising lawsuit over GTX 970 specs". PC Gamer.
  97. Niccolai, James. (February 20, 2015). "Nvidia hit with false advertising suit over GTX 970 performance". PC World.
  98. Ryan Smith. "Diving Deeper: The Maxwell 2 Memory Crossbar & ROP Partitions - GeForce GTX 970: Correcting The Specs & Exploring Memory Allocation". anandtech.com.
  99. (July 27, 2016). "Nvidia settles class action lawsuit". Top Class Actions.
  100. "Support Plan for 32-bit and 64-bit Operating Systems | NVIDIA".
  101. Eric Hamilton. (March 9, 2019). "Nvidia to end support for mobile Kepler GPUs starting April 2019". Techspot.
  102. "List of Kepler series GeForce Notebook GPUs". Nvidia.
  103. "Support Plan for Windows 7 and Windows 8/8.1 | NVIDIA".
  104. "NVIDIA CUDA Toolkit Release Notes".
  105. "NVIDIA confirms end of support for GeForce GTX 700, 900 and 10 series after 580 drivers".
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about GeForce 900 series — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report