Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
High Performance Computing (HPC)
Quiz 2: Nvidia CUDA and GPU Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
NVIDIA CUDA Warp is made up of how many threads?
Question 2
True/False
Out-of-order instructions is not possible on GPUs.
Question 3
Multiple Choice
CUDA supports programming in ....
Question 4
Multiple Choice
FADD, FMAD, FMIN, FMAX are ----- supported by Scalar Processors of NVIDIA GPU.
Question 5
Multiple Choice
Each streaming multiprocessor (SM) of CUDA herdware has ------ scalar processors (SP) .
Question 6
Multiple Choice
Each NVIDIA GPU has ------ Streaming Multiprocessors
Question 7
Multiple Choice
CUDA provides ------- warp and thread scheduling. Also, the overhead of thread creation is on the order of ----.
Question 8
Multiple Choice
Each warp of GPU receives a single instruction and "broadcasts" it to all of its threads. It is a ---- operation.
Question 9
Multiple Choice
Limitations of CUDA Kernel
Question 10
Multiple Choice
What is Unified Virtual Machine
Question 11
Multiple Choice
_______ became the first language specifically designed by a GPU Company to facilitate general purpose computing on ____.
Question 12
Multiple Choice
The CUDA architecture consists of --------- for parallel computing kernels and functions.
Question 13
Multiple Choice
CUDA stands for --------, designed by NVIDIA.
Question 14
True/False
The host processor spawns multithread tasks (or kernels as they are known in CUDA) onto the GPU device.
Question 15
Multiple Choice
The NVIDIA G80 is a ---- CUDA core device, the NVIDIA G200 is a ---- CUDA core device, and the NVIDIA Fermi is a ---- CUDA core device.
Question 16
Multiple Choice
NVIDIA 8-series GPUs offer -------- .
Question 17
Multiple Choice
IADD, IMUL24, IMAD24, IMIN, IMAX are ----------- supported by Scalar Processors of NVIDIA GPU.
Question 18
Multiple Choice
CUDA Hardware programming model supports: A. fully generally data-parallel archtecture; B. General thread launch; C. Global load-store; D. Parallel data cache; E. Scalar architecture; F. Integers, bit operation