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 not...
Q.
Host codes in a CUDA application can not Reset a device
A.
true
B.
false
Answer» B. false
2.7k
0
Do you find this helpful?
13
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 Initialize a device
Host codes in a CUDA application can Transfer data to and from the device
Host codes in a CUDA application can not Invoke kernels
Host codes in a CUDA application can not Deallocate memory on the GPU
Host codes in a CUDA application can Allocate GPU memory
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 _____.
Which of the following is not a form of parallelism supported by CUDA