Slide 29 of 41
Notes:
- -Here is a code segment that will show what is ment by serial dependencies.
- -Two global sums are computed and we see that after some optimization the inner loop vectorizes well
- -The loop will not task or stream, however, due to the global reduction operation
- -To optimize for an MSP, this serial depedency can be removed