GPU stands for Graphics Processing Unit which is used to manipulate 3D graphics, multimedia and images. The major aim of this concept is to free up the processor from processing tasks associated with graphics by handling these tasks in the graphic card itself. This can be done by implementing GPU as a coprocessor on the video card.
It was first developed by NVIDIA in 1999 which was named as GeForce 256 that is capable of handling 10 million polygons within a single second. This feature was made to be used in almost all computers today. It is designed in such a way that it processes multiple threads simultaneously providing massive parallelism. Modern GPUs are capable of processing 1024 concurrent threads. They highly depend on providing increased throughput at chip-level.z
With improvements in GPU technology, they are used in processing floating point operations and data-intensive calculations apart from processing graphics. For this reason they are now used in mobile phones, gaming consoles, personal computers and many other fields.
Fermi GPU: Fermi based GPU has the following advantages,
1.It has improved memory access and double precious floating performance.
2.It supports ECC.
3. It generates cache hierarchy.
4. It shares memory among streaming.
5.It performs faster context switching, atomic operation and instruction scheduling.
6.It uses a prediction method inorder to reduce branch penalty.
Fermi GPU consists of the following components,
-
3.0 billion transistors.
-
512 cores arranged on 16 bit stream multiprocessor of 32 cores each which in turn are shared by L, cache. The function of these core is to execute floating point or integer instructions per clock.
-
384 bit (i.es 6X64) DRAM interface is provided by GPU chip for supporting a total of 6 GB memory.
-
PCI express (host interface) in order to connect GPU to CPU.
-
Giga Thread Unit (GT) to schedule a group of thread among Streaming Multiprocessor (SM).
In addition to 32-cores, Stream Multiprocessor (SM) also consists of 16 load/store unit and four independent Special Functional Unit (SFU) in order to perform mathematical functions like sine, cosine, reciprocal and square root. The 32 core inturn are provided with Arithmetic Logical Unit (ALU) and Floating Point Units (FLU's).
Recommended Questions
Recommended Files from Library
Useful Files
Users Joined
GPU stands for Graphics Processing Unit which is used to manipulate 3D graphics, multimedia and images. The major aim of this concept is to free up the processor from processing tasks associated with graphics by handling these tasks in the graphic card itself. This can be done by implementing GPU as a coprocessor on the video card.
It was first developed by NVIDIA in 1999 which was named as GeForce 256 that is capable of handling 10 million polygons within a single second. This feature was made to be used in almost all computers today. It is designed in such a way that it processes multiple threads simultaneously providing massive parallelism. Modern GPUs are capable of processing 1024 concurrent threads. They highly depend on providing increased throughput at chip-level.z
With improvements in GPU technology, they are used in processing floating point operations and data-intensive calculations apart from processing graphics. For this reason they are now used in mobile phones, gaming consoles, personal computers and many other fields.
Fermi GPU: Fermi based GPU has the following advantages,
1.It has improved memory access and double precious floating performance.
2.It supports ECC.
3. It generates cache hierarchy.
4. It shares memory among streaming.
5.It performs faster context switching, atomic operation and instruction scheduling.
6.It uses a prediction method inorder to reduce branch penalty.
Fermi GPU consists of the following components,
-
3.0 billion transistors.
-
512 cores arranged on 16 bit stream multiprocessor of 32 cores each which in turn are shared by L, cache. The function of these core is to execute floating point or integer instructions per clock.
-
384 bit (i.es 6X64) DRAM interface is provided by GPU chip for supporting a total of 6 GB memory.
-
PCI express (host interface) in order to connect GPU to CPU.
-
Giga Thread Unit (GT) to schedule a group of thread among Streaming Multiprocessor (SM).
In addition to 32-cores, Stream Multiprocessor (SM) also consists of 16 load/store unit and four independent Special Functional Unit (SFU) in order to perform mathematical functions like sine, cosine, reciprocal and square root. The 32 core inturn are provided with Arithmetic Logical Unit (ALU) and Floating Point Units (FLU's).