
How to understand the differences between array processor and vector processor?
I do not quite remember from where I get this, but I got it few months earlier from an university's slide.
Array Processor:
Instruction operates on multiple data elements at the same time using different spaces.
Vector processor:
Instruction operates on multiple data elements at consecutive time in the same space.
There is a pic of the code being ran and showing the difference in Array Processor and Vector Processor as well...that I copied without much understanding in my notebook. Hoping to understand it later by asking here. But forgot about it.