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
(restored)
 
m
Line 3: Line 3:
 
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 Transform|calculations performed]] require [[Wikipedia:Double-precision_floating-point_format|double-precision]].
+
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==

Revision as of 12:27, 21 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 (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