Questions tagged [thread-divergence]
4 questions
1
vote
1 answer
Work-item branch divergence in OpenCL, how it works?
I'm studying something about OpenCL and I don't understand very well the concept of "work-item divergence or Divergent Control Flow".
As we can see in the picture below, there are some warp or wavefront, depends of the model of the GPU that executes…
user17271389
0
votes
0 answers
Divergence problems in Memristor Model in LtSpice
I am simulating a Memristor circiut (tran sim). in this simulation, I got received an error called divergence problems.this is the error!
How can I find the problem? I mean how can I understand what is wrong with my simulation?
this is my circuit…
0
votes
2 answers
Monitor active warps and threads during a divergent CUDA run
I implemented some CUDA code. It runs fine but the alogrithm inherently produces a strong thread divergence. This is expected.
I will later try to reduce divergence. But for the moment I would be happy to be able to measure it.
Is there an easy way…

Silicomancer
- 8,604
- 10
- 63
- 130
-1
votes
1 answer
Questions regarding Fermi-Architecture, Warps and Perfomance
As the fermi-whitepaper suggests, there are 16 SMs (Streaming Multiprocessors), whereas each of them consists of 32 cores. The gpu executes a thread of a group of 32 threads, called warp.
First question: Am I right to assume, that each warp could be…

NHSH
- 69
- 7