You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getElementPtr method can be rewritten using std::inner_product.
Unfortunately std::inner_product does not optimize very well and loops that use
this method don't get vectorized. Don't change this loop without benchmarking
the program on a few compilers.
0 commit comments