How can I control what loops are vectorized?

By default, VAST tries to vectorize all the loops it can. You may already know what loop you want vectorized, and want to control which loops VAST will optimize. This can be done with the Vnovector switch and the novector pragma/directives.

NOVECTOR disables conversion of loops to vector form. VECTOR serves only to toggle back from NOVECTOR; it does not force conversion. The -Vnovector switch is equivalent to NOVECTOR with file scope.

If you want to explicitly pick your vector loops, you can set Vnovector on the command line and then have a few loops for which you selectively use the vector pragma/directive in front of the loop in the code to turn on vectorization. More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions