logo

Crowdly

 __device__ foo(int n) {   if (threadIdx.x % 2 == 0)   A();   else ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

 __device__ foo(int n) {

  if (threadIdx.x % 2 == 0)

  A();

  else

  B();

  C();

 }

Quelle va être la latence d'éxécution de ce programme par chaque thread:

100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.epita.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!