Multiple Choice
In CUDA memory model there are following memory types available:
A. Registers;
B. Local Memory;
C. Shared Memory;
D. Global Memory;
E. Constant Memory;
F. Texture Memory.
A) a, b, d, f
B) a, c, d, e, f
C) a, b, c, d, e, f
D) b, c, e, f
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The NVIDIA G80 is a ---- CUDA
Q13: Each streaming multiprocessor (SM) of CUDA herdware
Q14: Each NVIDIA GPU has ------ Streaming Multiprocessors<br>A)8<br>B)1024<br>C)512<br>D)16
Q15: If variable a is host variable and
Q16: Out-of-order instructions is not possible on GPUs.
Q18: CUDA Hardware programming model supports:<br>A. fully generally
Q19: A simple kernel for adding two integers:<br>_global_
Q20: IADD, IMUL24, IMAD24, IMIN, IMAX are -----------
Q21: Each warp of GPU receives a single
Q22: _ became the first language specifically designed