Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

GeForce 700 series

From Wikipedia, the free encyclopedia
For GeForce cards with a model number of 7XX0, seeGeForce 7 series.
Series of GPUs by Nvidia

GeForce 700 series

Top: Logo of the series
Bottom: A GeForce GTX Titan released in 2013, the series' lowest-end Titan model
Release dateFebruary 19, 2013; 12 years ago (February 19, 2013)
Codename
  • GK110
  • GK208
  • GM108
  • GM107
Architecture
ModelsGeForce series
  • GeForce GT series
  • GeForce GTX series
Transistors
  • 292M (GF119) 40 nm
  • 585M (GF117) 28 nm
  • 1.02B (GK208) 28 nm
  • 1.27B (GK107) 28 nm
  • 2.54B (GK106) 28 nm
  • 3.54B (GK104) 28 nm
  • 7.08B (GK110) 28 nm
Fabrication process
Cards
Entry-level
  • GeForce GT 705
  • GeForce GT 710
  • GeForce GT 720
  • GeForce GT 730
  • GeForce GT 740
  • GeForce GTX 745
Mid-range
  • GeForce GTX 750
  • GeForce GTX 750 Ti
  • GeForce GTX 760
  • GeForce GTX 760 Ti
  • GeForce GTX 770
High-end
  • GeForce GTX 780
Enthusiast
  • GeForce GTX 780 Ti
  • Nvidia Titan
  • Nvidia Titan Black
  • Nvidia Titan Z
API support
OpenCLOpenCL 3.0[a]
OpenGLOpenGL 4.6
VulkanVulkan 1.2[3] (Kepler)
Vulkan 1.4[4] (Maxwell)
SPIR-V
DirectXDirect3D 12.0 (feature level 11_0)[1][2]Shader Model 6.7 (Maxwell),Shader Model 6.5 (Kepler) orShader Model 5.1 (Fermi)
History
PredecessorGeForce 600 series
VariantGeForce 800M series
SuccessorGeForce 900 series
Support status
Fermi andKepler unsupported.
Maxwell limited support until October 2025 and security updates until October 2028[5]

TheGeForce 700 series (stylized asGEFORCE GTX 700 SERIES) is a series ofgraphics processing units developed byNvidia. While mainly a refresh of theKepler microarchitecture (GK-codenamed chips), some cards useFermi (GF) and later cards useMaxwell (GM). GeForce 700 series cards were first released in 2013, starting with the release of the GeForce GTX Titan on February 19, 2013, followed by the GeForce GTX 780 on May 23, 2013. The first mobile GeForce 700 series chips were released in April 2013.

Overview

[edit]

GK110 was designed and marketed with computational performance in mind. It contains 7.1 billion transistors. This model also attempts to maximise energy efficiency through the execution of as many tasks as possible in parallel according to the capabilities of its streaming processors.

With GK110, increases in memory space and bandwidth for both the register file and the L2 cache over previous models, are seen. At the SMX level, GK110's register file space has increased to 256KB composed of 64K 32bit registers, as compared to Fermi's 32K 32bit registers totaling 128 KB. As for the L2 cache, GK110 L2 cache space increased by up to 1.5MB, 2x as big as GF110. Both the L2 cache and register file bandwidth have also doubled.Performance in register-starved scenarios has also improved as more registers are available for each thread. This goes hand in hand with an increase in the total number of registers each thread can address, moving from 63 registers per thread to 255 registers per thread with GK110.

With GK110, Nvidia also reworked the GPUtexture cache to be used for compute. With 48KB in size, in compute the texture cache becomes a read-only cache, specializing in unaligned memory access workloads. Furthermore, error detection capabilities have been added to make it safer for use with workloads that rely onECC.[6]

Dynamic Super Resolution (DSR) was added to Kepler GPUs with the latest Nvidia drivers.[7]

Architecture

[edit]
Main articles:Fermi (microarchitecture),Kepler (microarchitecture), andMaxwell (microarchitecture)
GeForce GTX 780PCB and die
A GTX 780M GPU with MXM socket

The GeForce 700 series contains features from both GK104 and GK110. Kepler based members of the 700 series add the following standard features to the GeForce family.

Derived from GK104:

  • PCI Express 3.0 interface
  • DisplayPort 1.2
  • HDMI 1.4a 4K x 2K video output
  • Purevideo VP5 hardware video acceleration (up to 4K x 2K H.264 decode)
  • Hardware H.264 encoding acceleration block (NVENC)
  • Support for up to 4 independent 2D displays, or 3 stereoscopic/3D displays (NV Surround)
  • Bindless Textures
  • GPU Boost
  • TXAA
  • Manufactured byTSMC on a 28 nm process

New Features from GK110:

  • Compute Focus SMX Improvement
  • CUDA Compute Capability 3.5
  • New Shuffle Instructions
  • Dynamic Parallelism
  • Hyper-Q (Hyper-Q's MPI functionality reserve for Tesla only)
  • Grid Management Unit
  • Nvidia GPUDirect (GPU Direct's RDMA functionality reserve for Tesla & Quadro only)
  • GPU-Boost 2.0

Compute focus SMX improvement

[edit]

With GK110, Nvidia opted to increase computational performance. The single biggest change from GK104 is that rather than 8 dedicated FP64 CUDA cores, GK110 has up to 64, giving it 8x the FP64 throughput of a GK104 SMX. The SMX also sees an increase in space for register file. Register file space has increased to 256KB compared to Fermi. The texture cache are also improved. With a 48KB space, the texture cache can become a read-only cache for compute workloads.[6]

New shuffle Instructions

[edit]

At a low level, GK110 sees additional instructions and operations to further improve performance. New shuffle instructions allow for threads within a warp to share data without going back to memory, making the process much quicker than the previous load/share/store method. Atomic operations are also overhauled, speeding up the execution speed of atomic operations and adding some FP64 operations that were previously only available for FP32 data.[6]

NVENC

[edit]
Main article:Nvidia NVENC

Hyper-Q

[edit]

Hyper-Q expands GK110 hardware work queues from 1 to 32. The significance of this being that having a single work queue meant that Fermi could be under occupied at times as there wasn't enough work in that queue to fill every SM. By having 32 work queues, GK110 can in many scenarios, achieve higher utilization by being able to put different task streams on what would otherwise be an idle SMX. The simple nature of Hyper-Q is further reinforced by the fact that it's easily map to MPI, a common message passing interface frequently used in HPC. As legacy MPI-based algorithms that were originally designed for multi-CPU systems that became bottlenecked by false dependencies now have a solution. By increasing the number of MPI jobs, it's possible to utilize Hyper-Q on these algorithms to improve the efficiency all without changing the code itself.[6]

Microsoft DirectX support

[edit]

Nvidia Kepler GPUs of the GeForce 700 series fully support DirectX 11.0. All GeForce 700 series card also support DirectX 12.0 withfeature level 11_0.

Dynamic parallelism

[edit]

Dynamic parallelism ability is for kernels to be able to dispatch other kernels. With Fermi, only the CPU could dispatch a kernel, which incurs a certain amount of overhead by having to communicate back to the CPU. By giving kernels the ability to dispatch their own child kernels, GK110 can both save time by not having to go back to the CPU, and in the process free up the CPU to work on other tasks.[6]

Products

[edit]

GeForce 700 (7xx) series

[edit]

The GeForce 700 series was designed for desktop architecture. Cheaper and lower performing products were expected to be released over time. Kepler supports 11.1 features with 11_0 feature level through the DirectX 11.1 API, however Nvidia did not enable four non-gaming features in Hardware in Kepler (for 11_1).[8][9]

  • 1Shader Processors :Texture mapping units :Render output units
  • 2 Pixel fillrate is calculated as the number of ROPs multiplied by the base core clock speed
  • 3 Texture fillrate is calculated as the number of TMUs multiplied by the base core clock speed.
  • 4 Single precision performance is calculated as 2 times the number of shaders multiplied by the base core clock speed.
  • 5 Double precision performance of theGTX Titan andGTX Titan Black is either 1/3 or 1/24 of single-precision performance depending on a user-selected configuration option in the driver that boosts single-precision performance if double-precision is set to 1/24 of single-precision performance,[10] while otherKepler chips' double precision performance is fixed at 1/24 of single-precision performance.[11] GeForce 700 seriesMaxwell chips' double precision performance is 1/32 of single-precision performance.[12]
  • 6 SLI supports connecting up to 4 identical graphics cards for a 4-way SLI configuration. Those supporting 4-way SLI can support 3-way & 2-way SLI, however a dual-GPU card already implements 2-way SLI internally, thus only 2 dual-GPU cards can be used in SLI to give a 4-way SLI configuration.

GeForce 700M (7xxM) series

[edit]

Some implementations may use different specifications.

ModelLaunchCode nameFab (nm)BusinterfaceCore config1Clock speedFillrateMemoryAPI support (version)Processing power2
(GFLOPS)
TDP (watts)Notes
Core (MHz)Shader (MHz)Memory (MT/s)Pixel (GP/s)Texture (GT/s)Size (MB)Bandwidth (GB/s)TypeBus width (bit)DirectXOpenGLOpenCLVulkan
GeForce 705M[13]June 1, 2013GF119[b]40PCIe 2.0 x1648:8:4775155018001.485.9up to 2048?DDR36412.0 (11_0)4.61.11.3141.712Rebadged 520M
GeForce 710M[14]April 1, 2013GF117[b]2896:16:4775155018003.112.4up to 204814.464297.615
GeForce GT 720M[15]April 1, 201396:16:4800160016002.510up to 204812.86424033
December 25, 2013GK208192:16:88002.911.51.227633
GeForce GT 730M[16]April 1, 2013GK107PCIe 3.0 x16384:32:1672572518005.823up to 204814.4 – 64.0DDR3 GDDR51281.1552.233
March 6, 2014GK208PCIe 2.0 x8384:16:85.811.564
GeForce GT 735M[17]April 1, 2013PCIe 2.0 x8384:32:888988920004.69.2up to 204816.0DDR3641.2441.633
GeForce GT 740M[18]April 1, 2013GK107PCIe 3.0 x16384:32:16810-1033810-10331800/36006.4825.9up to 204814.4 – 57.6DDR3 GDDR51281.1622.145
June 20, 2013GK208PCIe 3.0 x8384:32:8980-1033980-10338.333.1641.2752.633
GeForce GT 745M[19]April 1, 2013GK107PCIe 3.0 x16384:32:168378372000 – 50004.3917.6up to 204832.0 – 80.0128642.845
GeForce GT 750M[20]April 1, 2013384:32:169679672000 – 50007.5330.1up to 409632 – 801281.1722.750
GeForce GT 755M[21]Unknown384:32:1610201020540015.731.4up to 204886.4GDDR5128752.650
GeForce GTX 760M[22]May 30, 2013GK106768:64:1665765740081040.2204864.1128964.655
GeForce GTX 765M[23]May 30, 2013768:64:16850850400812.851204864.11281.2122475
GeForce GTX 770M[24]May 30, 2013960:80:24811811400814.156.5307296.2192135675
GeForce GTX 780M[25]May 30, 2013GK1041536:128:32823823500024.798.74096160.02562369100
  1. ^In OpenCL 3.0, OpenCL 1.2 functionality has become a mandatory baseline, while all OpenCL 2.x and OpenCL 3.0 features were made optional.
  2. ^abLacks hardware video encoder

Chipset table

[edit]

GeForce 700 (7xx) series

[edit]
See also:Comparison table of GeForce 700 Series
ModelLaunchCode nameFab (nm)Transistors (million)Die size (mm2)BusinterfaceSMX countCore config[a]Clock rateFillrateMemory configurationSupportedAPI versionProcessing power (GFLOPS)[b]TDP (Watts)Release price (USD)
Base (MHz)Average Boost (MHz)Max Boost[c] (MHz)Memory (MHz)Pixel (GP/s)Texture (GT/s)Size (MB)Bandwidth (GB/s)DRAM typeBus width (bit)Vulkan[d]Direct3D[e]OpenGLOpenCLSingle precisionDouble precision
GeForce GT 705[29][f]March 27, 2014GF119-300-A1TSMC 40 nm29279PCIe 2.0 x16148:8:4810898
(1796)
3.246.5512
1024
14.4DDR364n/a12 (11_0)4.61.1155.519.429OEM
GeForce GT 710[30]GK208-301-A1TSMC 28 nm102079PCIe 2.0 x8192:16:8823900 (1800)6.613.2512641.21.2316.013.2
January 26, 2016GK208-203-B1PCIe 2.0 x8, PCIe x1192:16:8954900 (1800)
1253 (5010)
7.615.31024
2048
14.4
40.0
DDR3
GDDR5
36615.31935–45
GeForce GT 720[31]March 27, 2014GK208-201-B1PCIe 2.0 x8192:16:8797900 (1800)
1253 (5010)
6.412.81024
2048
14.4
40.0
30612.849–59
GeForce GT 730
[32][g][h]
June 18, 2014GK208-301-A12384:16:8902900
(1800)
7.2214.441024[33]
2048
4096
14.4DDR3692.728.92369–79
GK208-400-A1384:16:89021250
(5000)
7.2214.441024
2048[34]
40.0GDDR525
GF108TSMC 40 nm585116PCIe 2.0 x1696:16:4700900
(1800)
2.811.01024
2048
4096
28.8DDR3128n/a1.1268.833.649
GeForce GT 740[i]May 29, 2014GK107-425-A2TSMC
28HP
1270118PCIe 3.0 x16384:32:16993891
(1782)
15.931.828.51281.21.2762.631.86489–99
384:32:169931252
(5008)
15.931.880.1GDDR5
GeForce GTX 745February 18, 2014GM107-220-A218701483384:24:161033UnknownUnknown900
(1800)
16.524.81024
4096
28.8DDR31.3793.324.855OEM
GeForce GTX 750GM107-300-A24512:32:161020108511631250
(5000)
16.332.61024
2048
4096[35]
80GDDR51044.532.6119
GeForce GTX 750 TiGM107-400-A25640:40:161020108512001350
(5400)
16.340.81024
2048
4096
86.41305.640.860149
GeForce GTX 760 192-bitOctober 17, 2013GK104-200-KD-A2354029461152:96:248248888891450
(5800)
19.879.11536
3072
139.21921.21896.279.0130OEM
GeForce GTX 760June 25, 2013GK104-225-A21152:96:32980103311241502
(6008)
31.4[j]942048
4096
192.32562257.994.1170249 (219)
GeForce GTX 760 Ti[k]September 27, 2013[36]GK10471344:112:3291598010841502
(6008)
29.3102.52048192.32459.5102.5OEM
GeForce GTX 770May 30, 2013GK104-425-A281536:128:321046108511301752.5
(7010)
33.51342048 40962243213.3133.9230399 (329)
GeForce GTX 780May 23, 2013GK110-300-A17080561122304:192:4886390010021502
(6008)
41.4[j]160.53072 6144[37]288.43843976.7165.7649 (499)
GeForce GTX 780 Ti[38][39][40]November 7, 2013GK110-425-B1152880:240:4887692810191752.5
(7010)
42.0[j]210.23072336.55045.7210.2699
GeForce GTX TITAN[41][42][43]February 21, 2013GK110-400-A1142688:224:488378769931502
(6008)
40.2187.56144288.44499.71300[44]-1499.9999
GeForce GTX TITAN BlackFebruary 18, 2014GK110-430-B1152880:240:4888998010581752.5
(7010)
42.7213.4336.55120.61706.9
GeForce GTX TITAN ZMay 28, 20142x GK110-350-B1[45]2x 70802x 5612x 152x 2880:240:48705876Unknown1752.5
(7010)
2x 33.82x 1692x 61442x 336.52x 3844.55046x21682x2[46]3752999
ModelLaunchCode nameFab (nm)Transistors (million)Die size (mm2)BusinterfaceSMX countCore config[a]Clock rateFillrateMemory configurationSupportedAPI versionProcessing power (GFLOPS)[k]TDP (Watts)Release price (USD)
Base (MHz)Average Boost (MHz)Max Boost[c] (MHz)Memory (MHz)Pixel (GP/s)Texture (GT/s)Size (MB)Bandwidth (GB/s)DRAM typeBus width (bit)VulkanDirect3D[e]OpenGLOpenCLSingle precisionDouble precision
  1. ^abUnified shaders:texture mapping units:render output units
  2. ^To calculate the processing power seeMaxwell (microarchitecture)#Performance, orKepler (microarchitecture)#Performance.
  3. ^abMax Boost depends on ASIC quality. For example, some GTX TITAN with over 80% ASIC quality can hit 1019 MHz by default, lower ASIC quality will be 1006 MHz or 993 MHz.
  4. ^Maxwell supports Vulkan version 1.3, while Kepler only support Vulkan version 1.2, Fermi does not support the Vulkan API at all.[26]
  5. ^abKepler supports some optional 11.1 features onfeature level 11_0 through the Direct3D 11.1 API, however Nvidia did not enable four non-gaming features to qualify Kepler for level 11_1.[27][28]
  6. ^The GeForce GT 705 (OEM) is a rebranded GeForce GT 610, which itself is a rebranded GeForce GT 520.
  7. ^The GeForce GT 730 (DDR3, 64-bit) is a rebranded GeForce GT 630 (Rev. 2).
  8. ^The GeForce GT 730 (DDR3, 128-bit) is a rebranded GeForce GT 630 (128-bit).
  9. ^The GeForce GT 740 (OEM) is a rebranded GeForce GTX 650.
  10. ^abcAs a Kepler GPC is able to rasterize 8 pixels per clock, fully enabled GK110 GPUs (780 Ti/TITAN Black) can only output 40 pixels per clock (5 GPCs), despite 48 ROPs and all SMX units being physically present. For GTX 780 and GTX 760, multiple GPC configurations with differing pixel fillrate are possible, depending on which SMXs were disabled in the chip: 5/4 GPCs, or 4/3 GPCs, respectively.
  11. ^abThe GeForce GTX 760 Ti (OEM) is a rebranded GeForce GTX 670.

Support

[edit]
Nvidia GeForce GTX 760. This particular model was manufactured by Nvidia board-partner,EVGA.

Nvidia stopped releasing 32-bit drivers for 32-bit operating systems after the last Release 390.x driver, 391.35, was released in March 2018.[47]

Kepler notebook GPUs moved to legacy support in April 2019 and stopped receiving security updates in April 2020.[48] All notebook GPUs from the 7xxM family were affected by this change.

Nvidia announced that after Release 470 drivers, 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.[49]

Nvidia announced that all remaining Kepler desktop GPUs would transition to legacy support from September 2021 onwards and be supported for critical security updates through September 2024.[50] The Nvidia GeForce GTX 745, 750 and 750 Ti from the 7xx desktop GPU family would not be affected by this change.

In Windows, the last driver to fully support CUDA with 64-Bit Compute Capability 3.5 for Kepler in Windows 7 and Windows 8.1 64-bit is 388.71, tested with latest CUDA-Z and GPU-Z, after that driver, the 64-Bit CUDA support becomes broken for GeForce 700 series GK110 with Kepler architecture.

MSI low-profile GeForce 710

The last driver where monitor type detection is working properly on Windows XP is 352.86.[51]

In May 2025, Nvidia discontinued developer support for the Maxwell, Pascal, and Volta architectures, which includes the Maxwell based models of the GTX 700 Series.[52] On July 1, 2025, Nvidia announced that driver branch 580 will be the last to support these architectures.[53]

See also

[edit]

Notes

[edit]

References

[edit]
  1. ^Kowaliski, Cyril (March 21, 2014)."DirectX 12 will also add new features for next-gen GPUs".The Tech Report. RetrievedApril 1, 2014.
  2. ^Mujtaba, Hassan (June 5, 2015)."AMD Confirms GCN Cards Don't Feature Full DirectX 12 Support – Feature Level 11_1 on GCN 1.0, Feature Level 12_0 on GCN 1.1/1.2".WCCFtech. RetrievedJune 8, 2015.
  3. ^"Vulkan Driver Support".Nvidia. February 10, 2016. Archived fromthe original on January 9, 2021. RetrievedApril 25, 2018.
  4. ^"Vulkan Driver Support".Nvidia. February 10, 2016. RetrievedApril 25, 2018.
  5. ^Kampman, Jeffrey (July 31, 2025)."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. RetrievedAugust 21, 2025.
  6. ^abcde"NVIDIA Launches Tesla K20 & K20X: GK110 Arrives At Last". AnandTech. November 12, 2012. Archived fromthe original on November 14, 2012.
  7. ^"GeForce Game Ready Driver For Civilization: Beyond Earth & Lords Of The Fallen Available Now".geforce.com. RetrievedApril 18, 2018.
  8. ^"NVIDIA Kepler not fully compliant with DirectX 11.1".Guru3D.com. Archived fromthe original on December 22, 2015. RetrievedApril 18, 2018.
  9. ^Nvidia Doesn't Fully Support DirectX 11.1 with Kepler GPUs, But… - Bright Side Of News.Archived December 29, 2012, at theWayback Machine.
  10. ^"GK110: The True Tank - Nvidia GeForce GTX Titan 6 GB: GK110 On A Gaming Card".tomshardware.com. February 19, 2013. RetrievedApril 18, 2018.
  11. ^"Nvidia GeForce GTX 780 Ti Review: GK110, Fully Unlocked".tomshardware.com. November 7, 2013. RetrievedApril 18, 2018.
  12. ^Smith, Ryan; T S, Ganesh (February 18, 2014)."The NVIDIA GeForce GTX 750 Ti and GTX 750 Review: Maxwell Makes Its Move".AnandTech. p. 5. Archived fromthe original on February 21, 2014. RetrievedFebruary 18, 2014.
  13. ^"NVIDIA GeForce 705M".notebookcheck.net. RetrievedApril 18, 2018.
  14. ^"GeForce 710M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  15. ^"GeForce GT 720M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  16. ^"GeForce GT 730M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  17. ^"GeForce GT 735M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  18. ^"GeForce GT 740M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  19. ^"GeForce GT 745M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  20. ^"GeForce GT 750M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  21. ^"GeForce GT 755M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  22. ^"GeForce GTX 760M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  23. ^"GeForce GTX 765M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  24. ^"GeForce GTX 770M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  25. ^"GeForce GTX 780M - Specifications - GeForce".www.geforce.com. RetrievedApril 18, 2018.
  26. ^"The Khronos Group". May 31, 2022.
  27. ^"Nvidia Kepler not fully compliant with Direct3D 11.1".Guru3d.com.Archived from the original on December 22, 2015. RetrievedDecember 11, 2015.
  28. ^Nvidia Doesn't Fully Support DirectX 11.1 with Kepler GPUs, But... - BrightSideOfNews.comArchived September 3, 2013, at theWayback Machine
  29. ^"Nvidia GeForce GT 705 | techPowerUp GPU Database".Techpowerup.com.Archived from the original on June 15, 2014. RetrievedDecember 11, 2015.
  30. ^"Nvidia GeForce GT 710 | techPowerUp GPU Database".Techpowerup.com.Archived from the original on June 15, 2014. RetrievedDecember 11, 2015.
  31. ^"Nvidia GeForce GT 720 | techPowerUp GPU Database".Techpowerup.com.Archived from the original on June 15, 2014. RetrievedDecember 11, 2015.
  32. ^"GT 730 | Specifications".GeForce.com.Archived from the original on December 12, 2015. RetrievedDecember 11, 2015.
  33. ^"GeForce GT 730 1GB-ZOTAC".ZOTAC.Archived from the original on July 19, 2016. RetrievedJuly 12, 2017.
  34. ^"EVGA - Products - EVGA GeForce GT 730 2GB (Low Profile) - 02G-P3-3733-KR".Archived from the original on February 15, 2017. RetrievedApril 29, 2017.
  35. ^"AFOX GTX 750 4 GB Specs".TechPowerUp. RetrievedAugust 11, 2021.
  36. ^"NVIDIA GeForce GTX 760 Ti OEM Specs".Archived from the original on May 30, 2016. RetrievedAugust 6, 2018.
  37. ^"Articles - EVGA GeForce GTX 780 6GB Step-Up Available Now!". EVGA. March 21, 2014.Archived from the original on January 13, 2016. RetrievedDecember 11, 2015.
  38. ^"GeForce GTX780 Ti. Specifications".Geforce.com.Archived from the original on December 12, 2015. RetrievedDecember 11, 2015.
  39. ^"Nvidia GeForce GTX 780 Ti has 2880 CUDA cores".Videocardz.com. October 31, 2013.Archived from the original on December 22, 2015. RetrievedDecember 11, 2015.
  40. ^"PNY dévoile son nouveau foudre de guerre: la GeForce GTX 780 TI".Web-engage.augure.com. Archived fromthe original on November 9, 2013. RetrievedDecember 11, 2015.
  41. ^"GeForce GTX TITAN".Geforce.com.Archived from the original on December 5, 2015. RetrievedDecember 11, 2015.
  42. ^"TITAN Graphics Card".Nvidia.com.Archived from the original on February 24, 2013. RetrievedDecember 11, 2015.
  43. ^"Nvidia's GeForce GTX Titan, Part 1: Titan For Gaming, Titan For Compute".Anandtech.com. Archived fromthe original on December 4, 2015. RetrievedDecember 11, 2015.
  44. ^"Titan's Compute Performance (aka Ph.D Lust) - Nvidia's GeForce GTX Titan Review, Part 2: Titan's Performance Unveiled".Anandtech.com. Archived fromthe original on December 22, 2015. RetrievedDecember 11, 2015.the calculated fp64 peak of Titan is 1.5 TFlops. However, under heavy load in fp64 mode, the card may underclock below the listed 837MHz to remain within the power and thermal specifications
  45. ^"售价21999元!NV旗舰GTX TITAN Z评测-太平洋电脑网". June 5, 2014. RetrievedAugust 16, 2020.
  46. ^"NVIDIA GeForce GTX TITAN Z Specs".TechPowerUp. RetrievedFebruary 26, 2020.
  47. ^"Support Plan for 32-bit and 64-bit Operating Systems - NVIDIA".nvidia.custhelp.com. RetrievedApril 18, 2018.
  48. ^"Support Plan for Kepler-series GeForce GPUs for notebooks | NVIDIA".
  49. ^"Support Plan for Windows 7 and Windows 8/8.1 | NVIDIA".
  50. ^"Support Plan for Kepler-series GeForce GPUs for Desktop | NVIDIA".
  51. ^"Anyway to Change Monitor Type Shown in Nvidia Control Panel? \ VOGONS".www.vogons.org. RetrievedJanuary 31, 2021.
  52. ^"NVIDIA CUDA Toolkit Release Notes". RetrievedJune 3, 2025.
  53. ^"NVIDIA confirms end of support for GeForce GTX 700, 900 and 10 series after 580 drivers".VideoCardz.com. RetrievedJuly 23, 2025.

External links

[edit]
Wikimedia Commons has media related toNvidia GeForce 700 series video cards.
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=GeForce_700_series&oldid=1311437290"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp