Scalable Link Interface

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Scalable Link Interface
200px
Manufacturer NVIDIA
Type Multi-GPU
Release date 2004
Predecessor Scan-Line Interleave

Scalable Link Interface (SLI) is a brand name for a multi-GPU technology developed by NVIDIA for linking two or more video cards together to produce a single output. SLI is an algorithm of parallel processing for computer graphics, meant to increase the processing power available for graphics.[1] The acronym SLI was first used by 3dfx for Scan-Line Interleave, which was introduced to the consumer market in 1998 and used in the Voodoo2 line of video cards. After buying out 3dfx, NVIDIA acquired the technology but did not use it. NVIDIA later reintroduced the SLI name in 2004 and intended for it to be used in modern computer systems based on the PCI Express (PCIe) bus; however, the technology behind the name SLI has changed dramatically.

Example of 3-way SLI using a rigid bridging connector
A dual-GPU graphics card for a high-performance gaming laptop, utilizing on-board SLI.
Simple 2-way SLI Bridge
Simple 2-way SLI bridge.
Computer with 2-way SLI Graphics Cards Installed
Computer with 2-way SLI graphics cards installed.

Implementation

SLI allows two, three, or four graphics processing units (GPUs) to share the workload when rendering real-time 3D computer graphics. Ideally, identical GPUs are installed on the motherboard that contains enough PCI-Express slots, set up in a master-slave configuration. All graphics cards are given an equal workload to render, but the final output of each card is sent to the master card via a connector called the SLI Bridge. An example, in a two graphics card setup, the master works on the top half of the scene, the slave the bottom half. Once the slave is done, it sends its render to the master to combine into one image before sending it to the monitor.[1]

The SLI bridge is used to reduce bandwidth constraints and send data between both graphics cards directly. It is possible to run SLI without using the bridge connector on a pair of low-end to mid-range graphics cards (e.g. 7100GS or 6600GT) with NVIDIA's Forceware drivers 80.XX or later. Since these graphics cards do not use as much bandwidth, data can be relayed through just the chipsets on the motherboard. However, if there are two high-end graphics cards installed and the SLI bridge is omitted, the performance will suffer severely as the chipset does not have enough bandwidth.

Configurations currently include:

  • 2-Way, 3-Way, and 4-Way SLI. Uses two, three, or four individual graphics cards respectively.
  • Two GPUs on one graphics card. Examples include the GeForce GTX 590, GeForce GTX 690 and the GeForce GTX Titan Z. This configuration has the advantage of implementing Two-Way SLI, while only occupying one PCI-Express slot and (usually) two expansion I/O slots. This also allows for Four-Way SLI using only two cards (which is referred to as Quad SLI).[1]

NVIDIA has created a set of custom video game profiles in cooperation with video game publishers that will automatically enable SLI in the mode that gives the largest performance boost.

SLI Modes

Split Frame Rendering (SFR)

This analyzes the rendered image in order to split the workload equally between the two GPUs. To do this, the frame is split horizontally in varying ratios depending on geometry. For example, in a scene where the top half of the frame is mostly empty sky, the dividing line will lower, balancing geometry workload between the two GPUs. This method does not scale geometry or work as well as AFR, however.

Alternate Frame Rendering (AFR)

Each GPU renders entire frames in sequence. For example, in a Two-Way setup, one GPU renders the odd frames, the other the even frames, one after the other. Finished outputs are sent to the master for display. Ideally, this would result in the rendering time being cut by the number of GPUs available. In their advertising, NVIDIA claims up to 1.9x the performance of one card with the Two-Way setup. While AFR may produce higher overall framerates than SFR, it also exhibits the temporal artifact known as Micro stuttering, which may affect frame rate perception. It is noteworthy that while the frequency at which frames arrive may be doubled, the time to produce the frame is not reduced - which means that AFR is not a viable method of reducing input lag.

SLI Antialiasing

This is a standalone rendering mode that offers up to double the antialiasing performance by splitting the antialiasing workload between the two graphics cards, offering superior image quality. One GPU performs an antialiasing pattern which is slightly offset to the usual pattern (for example, slightly up and to the right), and the second GPU uses a pattern offset by an equal amount in the opposite direction (down and to the left). Compositing both the results gives higher image quality than is normally possible. This mode is not intended for higher frame rates, and can actually lower performance, but is instead intended for games which are not GPU-bound, offering a clearer image in place of better performance. When enabled, SLI Antialiasing offers advanced antialiasing options: SLI 8X, SLI 16X, and SLI 32x. A Quad SLI system is capable of up to SLI 32x antialiasing.[2]

Hybrid SLI

Hybrid SLI is the generic name for two technologies, GeForce Boost and HybridPower.[3]

GeForce Boost allowed the rendering power of an IGP and a discrete GPU to be combined in order to increase performance.[3]

HybridPower, on the other hand, is another mode that is not for performance enhancement. The setup consists of an IGP as well as a GPU on MXM module. The IGP would assist the GPU to boost performance when the laptop is plugged to a power socket while the MXM module would be shut down when the laptop was unplugged from power socket to lower overall graphics power consumption.[4][5] Hybrid SLI is also available on desktop Motherboards and PCs with PCI-E discrete video cards. NVIDIA claims that twice the performance can be achieved with a Hybrid SLI capable IGP motherboard and a GeForce 8400 GS video card.[6][7]

HybridPower was later renamed as Nvidia Optimus.

Caveats

  • Not all motherboards with multiple PCI-Express x16 slots support SLI. Recent motherboards as of August 2014 that support it are Intel's Z and X series chipsets (Z68, Z77, Z87, Z97, X79 and X99) and AMD's 990FX chipset.[8] Aside from a few exceptions, older motherboards needed certain models of nForce chipsets to support SLI.
  • In an SLI configuration, cards can be of mixed manufacturers, card model names, BIOS revisions or clock speeds. However, they must be of the same GPU series (e.g. 8600, 8800) and GPU model name (e.g. GT, GTS, GTX).[9] There are rare exceptions for "mixed SLI" configurations on some cards that only have a matching core codename (e.g. G70, G73, G80, etc.), but this is otherwise not possible, and only happens when two matched cards differ only very slightly, an example being a differing amount of video memory, stream processors, or clockspeed. In this case, the slower/lesser card becomes dominant, and the other card matches. Another exception is the GTS 250, which can be paired with the 9800 GTX+, as the GTS 250 GPU is a rebadged 9800 GTX+ GPU.
  • In cases where two cards are not identical, the faster card – or the card with more memory - will run at the speed of the slower card or disable its additional memory. (Note that while the FAQ still claims different memory size support, the support has been removed since revision 100.xx of NVIDIA's Forceware driver suite.)[9]
  • SLI does not always give a performance benefit – in some extreme cases, it can lower the frame rate due to the particulars of an application's coding.[10] This is also true for AMD's CrossFire, as the problem is inherent in multi-GPU systems. This is often witnessed when running an application at low resolutions.
  • Vsync + Triple buffering is not supported in some cases in SLI AFR mode.
  • Users having a Hybrid SLI setup must manually change modes between HybridPower and GeForce Boost, while automatically changing mode will not be available until future updates become available. Hybrid SLI currently supports only single link DVI at 1920×1200 screen resolution.[11]
  • When using SLI with AFR, the subjective framerate can often be lower than the framerate reported by benchmarking applications, and may even be poorer than the framerate of its single-GPU equivalent. This phenomenon is known as micro stuttering and also applies to CrossFire since it is inherent to multi-GPU configurations.[12]

See also

References

  1. 1.0 1.1 1.2 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Bit-Tech interview (page 2), retrieved January 23, 2008
  12. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.