Performs vector selection operation. Given two source operands src0 and src1, elements are selected based on conditions to produce the destination operand dst. This interface is used together with . The rule is: when the bit of sel_mask is 1, the element is selected from src0; when the bit is 0, the element is selected from src1.
First-n data computation
[object Object]High-dimensional tiling computation
[object Object]Synchronous computation
[object Object]
None
PIPE_V
- Must be used together with the interface.
- The starting addresses of dst, src0, and src1 must be 32-byte aligned.
- For operand address overlap constraints, refer to .
[object Object]