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 |
|||
Line 70:
== SIMD, SIMT and vector predication ==
{{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, a parallel form of the conditional move, and may also apply individual mask bits to individual arithmetic units executing a parallel operation. One
This form of predication is also used in [[vector processors]] (at the sub-word, or element level) and [[single instruction, multiple threads]]
==See also==
|