McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
High Performance Computing (HPC)
→
Host codes in a CUDA application can Ini...
Q.
Host codes in a CUDA application can Initialize a device
A.
true
B.
false
Answer» A. true
1.7k
0
Do you find this helpful?
20
View all MCQs in
High Performance Computing (HPC)
Discussion
No comments yet
Login to comment
Related MCQs
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.
Host codes in a CUDA application can not Reset a device
Host codes in a CUDA application can Transfer data to and from the device
Host codes in a CUDA application can Allocate GPU memory
Host codes in a CUDA application can not Invoke kernels
Host codes in a CUDA application can not Deallocate memory on the GPU
The host processor spawns multithread tasks (or kernels as they are known in CUDA) onto the GPU device. State true or false.
A CUDA program is comprised of two primary components: a host and a _____.
A CUDA program is comprised of two primary components: a host and a _____.
The kernel code is executable on the device and host