Exam 1: Understanding Cuda Kernel Code and Host GPU Interactions

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

_________ is Callable from the device only

Free
(Multiple Choice)
4.8/5
(26)
Correct Answer:
Verified

C

______ is Callable from the host

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

A

Host codes in a CUDA application can Initialize a device

Free
(True/False)
4.9/5
(44)
Correct Answer:
Verified

True

The time lost due to branch instruction is often referred to as _____.

(Multiple Choice)
4.8/5
(31)

______ is Callable from the host

(Multiple Choice)
4.9/5
(26)

The computer cluster architecture emerged as an alternative for ____.

(Multiple Choice)
4.8/5
(31)

Host codes in a CUDA application can Transfer data to and from the device

(True/False)
4.8/5
(40)

Any condition that causes a processor to stall is called as _____.

(Multiple Choice)
4.9/5
(36)

A grid is comprised of ________ of threads.

(Multiple Choice)
4.7/5
(31)

Calling a kernel is typically referred to as _________.

(Multiple Choice)
4.7/5
(35)

In CUDA, a single invoked kernel is referred to as a _____.

(Multiple Choice)
4.8/5
(23)

a solution of the problem in representing the parallelismin algorithm is

(Multiple Choice)
4.9/5
(44)

The kernel code is dentified by the ________qualifier with void return type

(Multiple Choice)
4.9/5
(43)

A block is comprised of multiple _______.

(Multiple Choice)
4.7/5
(36)

Host codes in a CUDA application can not Reset a device

(True/False)
4.9/5
(32)

the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.

(Multiple Choice)
4.9/5
(36)

CUDA offers the Chevron Syntax to configure and execute a kernel.

(True/False)
4.8/5
(31)

CUDA supports ____________ in which code in a single thread is executed by all other threads.

(Multiple Choice)
4.7/5
(33)

The kernel code is only callable by the host

(True/False)
4.8/5
(24)

Host codes in a CUDA application can not Deallocate memory on the GPU

(True/False)
4.8/5
(29)
Showing 1 - 20 of 24
close modal

Filters

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