Exam 19: General-Purpose Graphic Processing Units

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

A GPU uses a massively parallel ________ architecture to perform mainly mathematical operations.

(Short Answer)
4.8/5
(34)

The _________ performs transcendental operations,such as cosine,sine,reciprocal,and square root,in a single clock cycle.

(Multiple Choice)
4.8/5
(35)

A SoC product architect can create product families or a specific product within a family by placing a single slice or multiple slices on a SoC chip.

(Short Answer)
5.0/5
(37)

The equivalent GPU hardware component for a block is the CUDA multiprocessor (SM).

(True/False)
4.8/5
(37)

A subslice includes a unit called the _________,which is used for sampling texture and image surfaces.

(Multiple Choice)
4.8/5
(36)

All but one set of GPU processor cores will be idle,while one SM is bearing the full processing load.

(True/False)
4.8/5
(33)

The dual warp scheduler will break up each thread block it is processing into _______ .

(Multiple Choice)
4.9/5
(28)

The data-parallel code to be run on the GPU is called a ___________ .

(Short Answer)
4.9/5
(33)

A kernel typically will have few to no branching statements.

(True/False)
4.9/5
(35)

CUDA was created by __________ .

(Multiple Choice)
4.8/5
(28)

The largest GPUs are found in embedded systems.

(True/False)
4.7/5
(34)

The total number of threads defined is typically in the thousands to maximize the utilization of the GPU processor cores as well as maximize the available speedup.

(True/False)
4.9/5
(39)

Threads are uniformly bundled in _________ .

(Short Answer)
4.9/5
(31)

In embedded systems the GPU is composed of only a single-digit number of cores,and are typically combined with a number of conventional cores,referred to as _________.

(Multiple Choice)
4.9/5
(36)

A __________ program can be divided into three general sections: code to be run on the device,code to be run on the host,and the code related to the transfer of data between the host and the device.

(Short Answer)
4.9/5
(34)

The __________ is designed specifically to be optimized for fast three-dimensional (3D)graphics rendering and video processing.

(Multiple Choice)
4.9/5
(37)

To enhance performance,a technique known as __________ is used for the shared L3 data cache.

(Multiple Choice)
4.9/5
(33)

For about $200 you can purchase a GPU with 960 parallel processor cores for a workstation.

(True/False)
4.9/5
(37)

The first NVIDIA GPU with added GPGPU support hardware was the _________ .

(Short Answer)
4.8/5
(32)

The _________ scheduler breaks up each thread block it is processing into warps.

(Short Answer)
5.0/5
(44)
Showing 21 - 40 of 45
close modal

Filters

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