Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "GPU"

From Prime-Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
A '''graphics processing unit''' or '''GPU''' is a specialized microprocessor that offloads and accelerates graphics rendering from the [[CPU]]. Modern GPUs are very efficient at manipulating computer graphics, and their highly [[parallel computing|parallel]] [[core|(multi-core)]] structure makes them more effective than general-purpose CPUs for a range of complex [[algorithm]]s. In a personal computer, a GPU can be present on a video card, or it can be on the motherboard, or as in certain Core Intel CPUs, on a CPU die. More than 90% of new desktop and notebook computers have integrated GPUs, which are usually far less powerful than those on a dedicated video card.
+
A '''graphics processing unit''' or '''GPU''' is a specialized microprocessor that offloads and accelerates graphics rendering from the [[CPU]]. Modern GPUs are very efficient at manipulating computer graphics, and their highly [[parallel computing|parallel]] [Processor|(multi-core)]] structure makes them more effective than general-purpose CPUs for a range of complex [[algorithm]]s. In a personal computer, a GPU can be present on a video card, or it can be on the motherboard, or as in certain Core Intel CPUs, on a CPU die. More than 90% of new desktop and notebook computers have integrated GPUs, which are usually far less powerful than those on a dedicated video card.
  
 
The [[MersenneForum]] has a [http://www.mersenneforum.org/forumdisplay.php?f=92 sub-forum] dedicated to GPU computing. [[Program]]s that do [[trial factoring]] and the [[Lucas-Lehmer test]] have been written for GPUs. These are the two main tests that [[GIMPS]] uses.
 
The [[MersenneForum]] has a [http://www.mersenneforum.org/forumdisplay.php?f=92 sub-forum] dedicated to GPU computing. [[Program]]s that do [[trial factoring]] and the [[Lucas-Lehmer test]] have been written for GPUs. These are the two main tests that [[GIMPS]] uses.

Revision as of 23:28, 26 January 2019

A graphics processing unit or GPU is a specialized microprocessor that offloads and accelerates graphics rendering from the CPU. Modern GPUs are very efficient at manipulating computer graphics, and their highly parallel [Processor|(multi-core)]] structure makes them more effective than general-purpose CPUs for a range of complex algorithms. In a personal computer, a GPU can be present on a video card, or it can be on the motherboard, or as in certain Core Intel CPUs, on a CPU die. More than 90% of new desktop and notebook computers have integrated GPUs, which are usually far less powerful than those on a dedicated video card.

The MersenneForum has a sub-forum dedicated to GPU computing. Programs that do trial factoring and the Lucas-Lehmer test have been written for GPUs. These are the two main tests that GIMPS uses.

The main issue why many GPUs can't be used for Mersenne prime-related work is that some GPUs are only single-precision, while the calculations performed require double-precision.

GPU clients

Primality testing
Trial factoring
P-1 testing

See also

External links