MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following correctly describes a GPU kernel |
| A. | a kernel may contain a mix of host and gpu code |
| B. | all thread blocks involved in the same computation use the same kernel |
| C. | a kernel is part of the gpu\s internal micro-operating system, allowing it to act as in independent host |
| D. | kernel may contain only host code |
| Answer» C. a kernel is part of the gpu\s internal micro-operating system, allowing it to act as in independent host | |