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.
M
Q. A CUDA program is comprised of two primary components: a host and a _____.
M
Q. The kernel code is dentified by the ________qualifier with void return type
M
Q. The kernel code is only callable by the host
M
Q. The kernel code is executable on the device and host
M
Q. Calling a kernel is typically referred to as _________.
M
Q. Host codes in a CUDA application can Initialize a device
M
Q. Host codes in a CUDA application can Allocate GPU memory
M
Q. Host codes in a CUDA application can not Invoke kernels
M
Q. CUDA offers the Chevron Syntax to configure and execute a kernel.
M
Q. the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.
Jump to