Multiple Choice
In CUDA, a single invoked kernel is referred to as a _____.
A) block
B) tread
C) grid
D) none of above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The computer cluster architecture emerged as an
Q7: Host codes in a CUDA application can
Q8: Any condition that causes a processor to
Q9: A grid is comprised of _ of
Q10: Calling a kernel is typically referred to
Q12: a solution of the problem in representing
Q13: The kernel code is dentified by the _qualifier
Q14: A block is comprised of multiple _.<br>A)treads<br>B)bunch<br>C)host<br>D)none
Q15: Host codes in a CUDA application can
Q16: the BlockPerGrid and ThreadPerBlock parameters are related to the _ model supported