High Performance Computing MCQs | Page - 1
Dear candidates you will find MCQ questions of High Performance Computing here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
β
Correct Answer: (A)
gpu??kernel
Q. The kernel code is dentified by the ________qualifier with void return type
β
Correct Answer: (B)
__global__??
Q. Calling a kernel is typically referred to as _________.
β
Correct Answer: (D)
kernel invocation
Q. Host codes in a CUDA application can Initialize a device
β
Correct Answer: (A)
true
Q. Host codes in a CUDA application can Allocate GPU memory
β
Correct Answer: (A)
true
Q. Host codes in a CUDA application can not Invoke kernels
β
Correct Answer: (B)
false
Q. CUDA offers the Chevron Syntax to configure and execute a kernel.
β
Correct Answer: (A)
true
Q. the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.
β
Correct Answer: (C)
thread??abstraction
Jump to