Ask 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 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

+1
Answers (1)
  1. 15 May, 15:38
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers