Ask Question
5 December, 16:49

Assume that a kernel is launched with 1000 thread blocks each of which has 512 threads. If a variable is declared as a shared memory variable, how many versions of the variable will be created through the lifetime of the execution of the kernel?

a. 1

b. 1,000

c. 512

d. 51,200

+2
Answers (1)
  1. A
    5 December, 20:33
    0
    The answer to this question is the option "B".

    Explanation:

    In this question, the answer is option B which is 1,000 because the kernel is a central part of an operating system. kernel manages the computer and the hardware operations. most especially memory and CPU time. It also sheared a memory variable is allocated to thread blocks. That's why the answer to this question is 1,000.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Assume that a kernel is launched with 1000 thread blocks each of which has 512 threads. If a variable is declared as a shared memory ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question