Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "GPU"
(restored) |
(shortcut) |
||
(3 intermediate revisions by the same user not shown) | |||
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]] [[ | + | {{Shortcut|GPU|Graphics processing unit: specialized microprocessor for graphics rendering.}} |
+ | 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. | ||
− | The main issue why many GPUs can't be used for [[Mersenne prime]]-related work is that some GPUs are only [[Wikipedia:Single-precision_floating-point_format|single-precision]], while the [[Fast Fourier | + | The main issue why many GPUs can't be used for [[Mersenne prime]]-related work is that some GPUs are only [[Wikipedia:Single-precision_floating-point_format|single-precision]], while the [[Fast Fourier transform|calculations performed]] require [[Wikipedia:Double-precision_floating-point_format|double-precision]]. |
==GPU clients== | ==GPU clients== |
Latest revision as of 08:44, 13 February 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 (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
- GPU at Wikipedia
- LL-test GPU performance ranking
- trial factoring GPU performance ranking