Content deleted Content added
→SIMD, SIMT and vector predication: clarify the vector predication section, it was a bit of a mess Tags: Mobile edit Mobile web edit Advanced mobile edit |
→SIMD, SIMT and vector predication: bring Flynn taxonomy back in, clarify Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 72:
{{see also|Single instruction, multiple threads}}
Some [[SIMD within a register]] instruction sets, like AVX2, have the ability to use a logical [[Mask (computing)|mask]] to conditionally load/store values to memory, in a parallel form of the conditional move
This form of multi-bit predication is also used in [[vector processors]] (at the sub-word, or element level) and was an integral part of [[Flynn's taxonomy|Array Processors]] such as the [[ILLIAC IV]]. Array Processors are known today as [[single instruction, multiple threads]]
All the techniques, advantages and disadvantages of single scalar predication apply just as well to the parallel processing case. ==See also==
|