Exam 19: General-Purpose Graphic Processing Units

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Because the GPU and the CPU are designed and optimized for two significantly different types of applications,their architectures differ significantly.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

True

In the CPU the control logic and __________ make up the majority of the CPU's real estate.

Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Verified

cache memory

The entire Gen8 compute architecture interfaces to the rest of the SoC components via a dedicated unit called the ____________ .

Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Verified

GTI (graphics technology interface)

The GPU has found its way into massively parallel programming environments for a wide range of applications,which is where the term __________ is derived from.

(Short Answer)
4.9/5
(43)

A _________ is a single instance of the kernel function.

(Short Answer)
4.9/5
(35)

GPUs can be found in almost all of today's workstations,laptops, tablets,and smartphones.

(True/False)
4.7/5
(33)

The _________ global scheduler unit on the GPU chip distributes the thread blocks to the SMs.

(Short Answer)
5.0/5
(41)

The grid and the block need to have the same dimensions.

(True/False)
4.8/5
(38)

CUDA C is a C / C++ based language.

(True/False)
4.9/5
(41)

The Fermi architecture upgraded from the IEEE 754-1985 floating-point arithmetic standard to the IEEE 754-2008 standard.

(True/False)
4.8/5
(31)

GPGPU is a computing platform and programming model created by NVIDIA.

(True/False)
4.9/5
(35)

The parallel code in the form of a function to be run on GPU is the ________ .

(Multiple Choice)
4.8/5
(36)

The _________ GPU has a total of 16 SMs x 32 CUDA cores / SM,or 512 CUDA cores.

(Short Answer)
4.8/5
(32)

___________ is a GPU processing technology.

(Multiple Choice)
4.7/5
(33)

The GPU is most efficient when it is processing as many warps as possible to keep the CUDA cores maximally utilized.

(True/False)
4.7/5
(34)

The fundamental building block of the Gen8 architecture is the ________ unit.

(Short Answer)
4.7/5
(39)

A group of threads assigned to a particular SM is a __________ .

(Multiple Choice)
4.9/5
(42)

An instance of the kernel on the GPU is a ___________ .

(Multiple Choice)
4.8/5
(39)

It is not important for the programmer to understand the nuances of the various GPU memories.

(True/False)
4.8/5
(40)

In 2006 NVIDIA facilitated the use of its new GPGPU language,________ .

(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 45
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)