Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: Why can't this mpysp be executed parallel?

$
0
0

You have a large loop dependency because line 57 can't start until line 59 completes.  Instead of folding all the complex values into one product, do 2 or 4 separate folds (eg, multiply all the even indices and all the odd indices) and then multiply those products after the end of the loop to get the final result.

Register twinning is copying a value from the A side to B side or vice versa so it can be used on the other side without using a cross path.


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>