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)
→
The kernel code is executable on the de...
Q.
The kernel code is executable on the device and host
A.
true
B.
false
Answer» B. false
2.6k
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 kernel code is only callable by the host
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.
Which function runs on Device (i.e. GPU): a) __global__ void kernel (void ) { } b) int main ( void ) { ... return 0; }
Host codes in a CUDA application can Transfer data to and from the device
If variable a is host variable and dev_a is a device (GPU) variable, to allocate memory to dev_a select correct statement:
If variable a is host variable and dev_a is a device (GPU) variable, to copy input from variable a to variable dev_a select correct statement:
The kernel code is dentified by the ________qualifier with void return type
The kernel code is dentified by the ________qualifier with void return type
Host codes in a CUDA application can Initialize a device
Host codes in a CUDA application can not Reset a device