Displaying 1 result from an estimated 1 matches for "dsp_state1".
Did you mean:
dsp_state
2000 Dec 08
1
voribs_analysis() question
...ld I have each processor do 50 blocks, but actually give
each processor *51* blocks (each set of 51 sharing a single dsp_state)?
Ignoring processor 0, because the first 50 blocks will be processed
exactly as they are in serial, it would look like this:
-----
processor 1: blocks 50-100, all sharing dsp_state1
processor 2: blocks 100-150, all sharing dsp_state2
processor 3: blocks 150-200, all sharing dsp_state3
...etc.
-----
It gets a little more complicated than that, but you get the general idea.
Notice that there's an overlap of one block between adjacent processors.
The idea would be to proces...