Please enable JavaScript.
Coggle requires JavaScript to display documents.
Vector Architecture (Multiple Lanes (image (for(int i = 0; i< size;…
Vector Architecture
Multiple Lanes
-
In Practice
This is commonly used because it significantly improves performance and it's not difficult to implementq
Intro
Sorts random data together, does whatever operations it needs, then puts them back where they were
Vector loads are heavily pipelined which ends up making the computer only pay the long memory latenct only once per load
-
-
-
-